ietf
[Top] [All Lists]

Re: Is there a Git repository of RFCs? Or of Internet-Drafts?

2013-03-15 12:16:27
On 3/15/13 12:45 PM, Francis Galiegue wrote:
* rsync doesn't prevent corruption of data, git does;
* git show, git log, git bisect;
* git format-patch, git send-email etc.

I like the proposal, though in my experience it's not a perfect match. I use git for version control on my own drafts, but renames are awkward when going from -02 to -03, etc. And git's built-in diff can't compare to the IETF diff tool. Of course, I'd be happy to be corrected, since it would improve my own workflow!