Extract Git::SVN::GlobSpec from git-svn.
Straight cut & paste. That's the last class. * Make Git::SVN load it on its own, its the only thing that needs it. Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
committed by
Eric Wong
parent
10c2aa5928
commit
3d9be15fc2
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user