Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add mksnpath which allows you to specify the output buffer
[gitweb.git]
/
git-svn.perl
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') {