Seth Falcon <sethfalcon@xxxxxxxxx> wrote: > I always send commits as: > > git-svn dcommit remotes/git-svn..master > > Possibly replacing master with whatever git branch I'm working on. Or just: git-svn dcommit remotes/git-svn.. to send the current branch. > One nice thing about this approach is that you can sort of preview the > commit as: > > git diff remotes/git-svn..master Or see the log and patch of each commit on the current branch: git log -p remotes/git-svn.. -- Shawn. - 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