Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/maint-i18n-diffstat'
[gitweb.git]
/
perl
/
Git
/
SVN.pm
diff --git
a/perl/Git/SVN.pm
b/perl/Git/SVN.pm
index 2e0d7f0373fe33782d31163f673e9e45491bdac1..b8b34744ea49df95196cfb7ef0566f6ced57ba6b 100644
(file)
--- a/
perl/Git/SVN.pm
+++ b/
perl/Git/SVN.pm
@@
-207,6
+207,8
@@
sub read_all_remotes {
. "must start with 'refs/'\n")
unless $remote_ref =~ m{^refs/};
$local_ref = uri_decode($local_ref);
+
+ require Git::SVN::GlobSpec;
my $rs = {
t => $t,
remote => $remote,