]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: don't write to the config file from --follow-parent
authorEric Wong <normalperson@yhbt.net>
Thu, 1 Feb 2007 11:30:31 +0000 (03:30 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (00:57 -0800)
commitd8115c5104dbee29433a7f33a3e0d3e1738a581e
treeb301c2b62aa8d5cd4c7dcbe0a4363a86d02c1810
parentce4b4af7ff36d4e4999da937dffd2f9a3a420277
git-svn: don't write to the config file from --follow-parent

Having 'fetch' entries in the config file created from
--follow-parent is wasteful because it can cause *future* of
invocations to follow revisions we were never interested in
in the first place.

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