submodule.c: report the submodule that an error occurs in
[gitweb.git] / git-svn.perl
index b0129802465265e82037ad58e921465f4b951ab1..a6b6c3e40c180e58186f9ef8af5c6fd6fc654080 100755 (executable)
@@ -931,6 +931,7 @@ sub cmd_dcommit {
                # information from different SVN repos, and paths
                # which are not underneath this repository root.
                my $rooturl = $gs->repos_root;
+               Git::SVN::remove_username($rooturl);
                foreach my $d (@$linear_refs) {
                        my %parentshash;
                        read_commit_parents(\%parentshash, $d);