summaryrefslogtreecommitdiff
path: root/perl/Git/SVN/Fetcher.pm
diff options
context:
space:
mode:
authorLibravatar Jonathan Nieder <jrnieder@gmail.com>2012-06-09 17:25:56 -0500
committerLibravatar Eric Wong <normalperson@yhbt.net>2012-06-10 08:45:56 +0000
commit8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a (patch)
treeaa6f0aa5c1a323d6c9d515127d9bbd7e183d970f /perl/Git/SVN/Fetcher.pm
parentMerge branch 'mm/api-credentials-doc' (diff)
downloadtgif-8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a.tar.xz
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 <jrnieder@gmail.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'perl/Git/SVN/Fetcher.pm')
-rw-r--r--perl/Git/SVN/Fetcher.pm3
1 files changed, 2 insertions, 1 deletions
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<git-svn> itself.
=head1 SEE ALSO
-L<SVN::Delta>.
+L<SVN::Delta>,
+L<Git::SVN::Editor>.
=head1 INCOMPATIBILITIES