projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031e6c8
)
git-svn: change dashed git-config to git config
author
Deskin Miller
<deskinm@umich.edu>
Thu, 23 Oct 2008 19:21:34 +0000
(15:21 -0400)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/git-svn.perl
b/git-svn.perl
index 33e1b503c4d58f5f0a0c109a37968419710fbd11..2e68c68d49043bf7c99b88987a61fbabf2ca4560 100755
(executable)
--- 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') {