Jason Merrill <ja...@redhat.com> writes: > Yes, the git mirror can lag the SVN repo by a few minutes, that's why > you need to 'git svn rebase' to pull directly from SVN before a > commit. > > Jason
Markus just said upthread that: "git svn dcommit" will run "git svn rebase" automatically Is `git svn rebase' run automatically or from `git svn dcommit' or not? I'm trying to save keystrokes here :). Aldy