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>
This commit is contained in:
Jonathan Nieder
2012-06-09 17:25:56 -05:00
committed by Eric Wong
parent 02101c969d
commit 8f9facfe94
4 changed files with 541 additions and 471 deletions

View File

@ -591,7 +591,8 @@ B<git-svn> itself.
=head1 SEE ALSO
L<SVN::Delta>.
L<SVN::Delta>,
L<Git::SVN::Editor>.
=head1 INCOMPATIBILITIES