git-svn: make Git::SVN::Editor a separate file
commit8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 9 Jun 2012 22:25:56 +0000 (9 17:25 -0500)
committerEric Wong <normalperson@yhbt.net>
Sun, 10 Jun 2012 08:45:56 +0000 (10 08:45 +0000)
treeaa6f0aa5c1a323d6c9d515127d9bbd7e183d970f
parent02101c969dba9de4200cdd0cc8d88ce665b2c474
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>
git-svn.perl
perl/Git/SVN/Editor.pm [new file with mode: 0644]
perl/Git/SVN/Fetcher.pm
perl/Makefile.PL