]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn: don't consider SVN URL usernames significant when comparing
authorSam Vilain <sam.vilain@catalyst.net.nz>
Thu, 22 Feb 2007 23:32:29 +0000 (12:32 +1300)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 09:01:02 +0000 (01:01 -0800)
commit18ea92bd818d38c808329abf77ee8f1ca156f446
tree7490f27d4825aed635abb0963cea4b26bb9607de
parent5253dc33b713e3de63a25305bfc5e966999a0fbe
git-svn: don't consider SVN URL usernames significant when comparing

http://foo@blah.com/path is the same as http://blah.com/path, so
remove usernames from URLs before storing them in commits, and when
reading them from commits.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl