From: Dévai Tamás Date: Wed, 11 Feb 2009 23:14:02 +0000 (+0100) Subject: git-svn: Fix for rewriteRoot URL containing username. X-Git-Tag: v1.6.2-rc1^0 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1b7e543a6e2f156536a3cf227f9da1029bba6265?hp=1b7e543a6e2f156536a3cf227f9da1029bba6265 git-svn: Fix for rewriteRoot URL containing username. If the new svn root URL given with the svn-remote..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 Acked-by: Eric Wong Signed-off-by: Junio C Hamano ---