commit | df746c5a81ebe7d7292fe4d1f672d02a5fa6efeb | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Fri Mar 03 01:20:08 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Fri Mar 03 11:27:18 2006 -0800 |
tree | 3fa5083f9428e044b051a7643a6f9821b2f1d954 | |
parent | ac8e0b910c722249b4d21dcf99eea2335f48dfe7 [diff] |
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>