git-svn: Don't create a "master" branch every time rebase is run
commitcec0d5a3bbde60db4589d8e84a36d0ade653472e
authorSteven Grimm <koreth@midwinter.com>
Thu, 29 Nov 2007 19:54:39 +0000 (29 11:54 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 1 Dec 2007 07:32:51 +0000 (30 23:32 -0800)
treeb440bb64dee595ce8974372d9efebf644c6ef846
parent2d8797921511b141a6d1b2f74f763f5e9197cc40
git-svn: Don't create a "master" branch every time rebase is run

If you run "git-svn rebase" while sitting on a topic branch, there is
no need to create a "master" branch if one didn't exist already. The
branch was created implicitly by the automatic checkout after fetching,
which in the case of rebase isn't actually necessary anyway.

Signed-off-by: Steven Grimm <koreth@midwinter.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl