Code

git-svn: --follow-parent works with svn-remotes multiple branches
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Jan 2007 19:44:57 +0000 (11:44 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:09 +0000 (00:57 -0800)
commit8b8fc06824cde2b314807e5e3a20e0adfd948cda
tree79558e7bd70ad025dc5e0836ad5d4abcd4cf255e
parent15710b6f34da26d30079dbc83c797a8335040b75
git-svn: --follow-parent works with svn-remotes multiple branches

Bugs fixed:

 * We didn't allow manually (not using git-svn) init-ed
   remotes/fetch refspecs to be used before.  It works now
   because that's what I did in this test.  git-svn init should
   offer more control in the future.
 * correctly strip paths in the delta editor when using
   do_switch().
 * Make the -i / GIT_SVN_ID option work correctly when doing
   fetch on a multi-ref svn-remote

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
t/t9104-git-svn-follow-parent.sh