]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-svn.perl
apply: rename 'new' variables
[thirdparty/git.git] / git-svn.perl
index aa242d4f4f4363736730ccfcb4c2694d5be9a670..76a75d0b3dfe36f0c82c3951f8b7b04849f808e1 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);