X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-svn.perl;h=650c9e5f02ead07351629d6572e82c3a9ac7ef92;hb=9c787f3f88f077ad23498cf03b1b57ac3bd41b33;hp=dba0d12b00797acc213f90f13f677a68ae7dfb5f;hpb=0fe19753f26e2747f48d1ec6a1761006d75c2d71;p=git.git diff --git a/git-svn.perl b/git-svn.perl index dba0d12b0..650c9e5f0 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -663,7 +663,8 @@ sub cmd_branch { } $head ||= 'HEAD'; - my ($src, $rev, undef, $gs) = working_head_info($head); + my (undef, $rev, undef, $gs) = working_head_info($head); + my $src = $gs->full_url; my $remote = Git::SVN::read_all_remotes()->{$gs->{repo_id}}; my $allglobs = $remote->{ $_tag ? 'tags' : 'branches' };