Eric Wong wrote: > [1] - See the 'Additional Fetch Arguments' section of the manpage for > more info on this. I'll freely admit that the UI for this was an > accident, but it works fairly well for me. btw, i think you have a typo in your man-page: --- # Commit only the git commits you want to SVN:: git-svn commit <tree-ish> [<tree-ish_2> ...] # Commit all the git commits from my-branch that don't exist in SVN:: git commit git-svn-HEAD..my-branch --- i think the second one is intended to be "git-svn commit git-svn-HEAD..my-branch", because you want to sync the SVN tree again, not another git-tree i think... Nicolas - : 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