summaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorDeskin Miller <deskinm@umich.edu>2008-10-23 19:21:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-10-24 23:20:30 (GMT)
commit225f1d0c6af36722e6a52ab0563a19e86e51933d (patch)
tree3a04dd6f0e8bc7dbc0095ff099a920e2cfa87995 /git-svn.perl
parent031e6c898f61db1ae0c0be641eac6532c1000d56 (diff)
downloadgit-225f1d0c6af36722e6a52ab0563a19e86e51933d.zip
git-225f1d0c6af36722e6a52ab0563a19e86e51933d.tar.gz
git-225f1d0c6af36722e6a52ab0563a19e86e51933d.tar.bz2
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>
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl
index 33e1b50..2e68c68 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') {