From: Deskin Miller Date: Thu, 23 Oct 2008 19:21:34 +0000 (-0400) Subject: git-svn: change dashed git-config to git config X-Git-Tag: v1.6.0.4~35 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=225f1d0c6af36722e6a52ab0563a19e86e51933d;p=git.git git-svn: change dashed git-config to git config Signed-off-by: Deskin Miller Acked-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/git-svn.perl b/git-svn.perl index 33e1b503c..2e68c68d4 100755 --- a/git-svn.perl +++ b/git-svn.perl @@ -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') {