git-svn: change dashed git-config to git config
Signed-off-by: Deskin Miller <deskinm@umich.edu> Acked-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
031e6c898f
commit
225f1d0c6a
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user