#git bot interface
History of !svn_upstream
- git-svn determines the upstream branch to push to by finding the topmost commit in your current branch that has a "git-svn-id" line (i.e., 'git log --grep=^git-svn-id: --first-parent -1'), and using the branch mentioned in it.
By charon at 2011-12-22 13:56:39
- git-svn determines the upstream branch to push to by finding the topmost commit in your current branch that has a "git-svn-id" line, and using the branch mentioned in it.
By jast at 2011-12-22 13:52:41