Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: make --verbose a little more useful
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 8ebaae9ff8865ab638f7a2db8c64f2d22f227470..d792a62d7ca400145d57189b5ca8af97978fef4d 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-1610,7
+1610,7
@@
sub read_repo_config {
@$v = @tmp if @tmp;
} else {
chomp(my $tmp = `$arg --get svn.$key`);
- if ($tmp && !($arg =~ / --bool
/ && $tmp eq 'false')) {
+ if ($tmp && !($arg =~ / --bool/ && $tmp eq 'false')) {
$$v = $tmp;
}
}