]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
contrib/git-svn: strip 'git-svn-id:' when commiting to SVN
authorEric Wong <normalperson@yhbt.net>
Fri, 3 Mar 2006 09:20:08 +0000 (01:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Mar 2006 19:27:18 +0000 (11:27 -0800)
commitdf746c5a81ebe7d7292fe4d1f672d02a5fa6efeb
tree3fa5083f9428e044b051a7643a6f9821b2f1d954
parentac8e0b910c722249b4d21dcf99eea2335f48dfe7
contrib/git-svn: strip 'git-svn-id:' when commiting to SVN

We regenerate and use git-svn-id: whenever we fetch or otherwise
commit to remotes/git-svn.  We don't actually know what revision
number we'll commit to SVN at commit time, so this is useless.
It won't throw off things like 'rebuild', though, which knows to
only use the last instance of git-svn-id: in a log message

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl