* Matthieu Stigler: > My main concern is that in my git log, I have a commit and its > "revert", will it be sent as two different commits to svn? I would > love they are not sent at all as they represent a "neutral" operation. They will be sent as a separate commits by default. You can use "git rebase -i git-svn" to edit your local history before submitting it, though. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html