git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1
commit1b7e543a6e2f156536a3cf227f9da1029bba6265
authorDévai Tamás <devait@mailbox.sk>
Wed, 11 Feb 2009 23:14:02 +0000 (12 00:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Feb 2009 02:04:48 +0000 (15 18:04 -0800)
tree5d312b75413ac3969a8aa33ddac7ead1f41440b7
parent88a667f0630e8b9c7679127d3b9364447727e587
git-svn: Fix for rewriteRoot URL containing username.

If the new svn root URL given with the svn-remote.<repo>.rewriteRoot config option
(or by the --rewrite-root option to 'git svn init') contains a username
(such as 'svn+ssh://username@example.com/repo'), find_by_url() cannot find
the repository URL, because the URL contained in the commit message does have
the username removed.

Signed-off-by: Dévai Tamás <devait@mailbox.sk>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl