]> Pileus Git - ~andy/git/commitdiff
git-svn: change dashed git-config to git config
authorDeskin Miller <deskinm@umich.edu>
Thu, 23 Oct 2008 19:21:34 +0000 (15:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2008 23:20:30 +0000 (16:20 -0700)
Signed-off-by: Deskin Miller <deskinm@umich.edu>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl

index 33e1b503c4d58f5f0a0c109a37968419710fbd11..2e68c68d49043bf7c99b88987a61fbabf2ca4560 100755 (executable)
@@ -1126,7 +1126,7 @@ sub read_repo_config {
                my $v = $opts->{$o};
                my ($key) = ($o =~ /^([a-zA-Z\-]+)/);
                $key =~ s/-//g;
-               my $arg = 'git-config';
+               my $arg = 'git config';
                $arg .= ' --int' if ($o =~ /[:=]i$/);
                $arg .= ' --bool' if ($o !~ /[:=][sfi]$/);
                if (ref $v eq 'ARRAY') {