Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
compat/cygwin.c: make runtime detection of lstat/stat lessor impact
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index ef6d773df1143b32f0bc421b59421f7e0eab60bd..f90ddac908f213fe8d7d58eea1aba45a04ce781e 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1191,7
+1191,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') {