Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: Save init/clone --ignore-paths in config
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index 279847921ba4c2333af299535d41cb4b2d3bc750..bc3ba064e4343fd84535e38ecfd7ac691a644248 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-336,6
+336,9
@@
sub do_git_init_db {
command_noisy('config', "$pfx.$i", $icv{$i});
$set = $i;
}
+ my $ignore_regex = \$SVN::Git::Fetcher::_ignore_regex;
+ command_noisy('config', "$pfx.ignore-paths", $$ignore_regex)
+ if defined $$ignore_regex;
}
sub init_subdir {