Skip to content

Commit 225f1d0

Browse files
deskingitster
authored andcommitted
git-svn: change dashed git-config to git config
Signed-off-by: Deskin Miller <[email protected]> Acked-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 031e6c8 commit 225f1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ sub read_repo_config {
11261126
my $v = $opts->{$o};
11271127
my ($key) = ($o =~ /^([a-zA-Z\-]+)/);
11281128
$key =~ s/-//g;
1129-
my $arg = 'git-config';
1129+
my $arg = 'git config';
11301130
$arg .= ' --int' if ($o =~ /[:=]i$/);
11311131
$arg .= ' --bool' if ($o !~ /[:=][sfi]$/);
11321132
if (ref $v eq 'ARRAY') {

0 commit comments

Comments
 (0)