Merge branch 'maint-1.7.11' into maint
[gitweb.git] / perl / Git / SVN / Fetcher.pm
index 4e9c77d75714a6d1bb7eeca78e7726abe745fa44..76fae9bce04ded09a4bb507995df4aab27ef6ea5 100644 (file)
@@ -57,6 +57,7 @@ sub new {
        $self->{file_prop} = {};
        $self->{absent_dir} = {};
        $self->{absent_file} = {};
+       require Git::IndexInfo;
        $self->{gii} = $git_svn->tmp_index_do(sub { Git::IndexInfo->new });
        $self->{pathnameencoding} = Git::config('svn.pathnameencoding');
        $self;
@@ -591,7 +592,8 @@ =head1 DEPENDENCIES
 
 =head1 SEE ALSO
 
-L<SVN::Delta>.
+L<SVN::Delta>,
+L<Git::SVN::Editor>.
 
 =head1 INCOMPATIBILITIES