From 8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sat, 9 Jun 2012 17:25:56 -0500 Subject: git-svn: make Git::SVN::Editor a separate file This makes the git-svn script shorter and less scary for beginners to read through for the first time. Take the opportunity to explain the purpose and basic interface of the Git::SVN::Editor class while at it. Signed-off-by: Jonathan Nieder Signed-off-by: Eric Wong --- perl/Git/SVN/Fetcher.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl/Git/SVN/Fetcher.pm') diff --git a/perl/Git/SVN/Fetcher.pm b/perl/Git/SVN/Fetcher.pm index 4e9c77d757..ef8e9ed2a5 100644 --- a/perl/Git/SVN/Fetcher.pm +++ b/perl/Git/SVN/Fetcher.pm @@ -591,7 +591,8 @@ B itself. =head1 SEE ALSO -L. +L, +L. =head1 INCOMPATIBILITIES -- cgit v1.2.1