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!