git-svn: make Git::SVN::Fetcher a separate file
commita6180325e885e2226d68144000e8bb18a906a2a6
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 28 May 2012 07:03:58 +0000 (28 02:03 -0500)
committerEric Wong <normalperson@yhbt.net>
Tue, 29 May 2012 00:17:59 +0000 (29 00:17 +0000)
tree5f62c318becc0f0a4319cca7cf8786197ae2d927
parent72827aa468b467157643bb3689c8786e86e4a58c
git-svn: make Git::SVN::Fetcher a separate file

This patch removes a chunk of code (the Git::SVN::Fetcher consumer of
libsvn's tree delta protocol) from git-svn.perl and documents its
interface so the hurried reader does not have to read that code right
away.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
perl/Git/SVN/Fetcher.pm [new file with mode: 0644]
perl/Makefile.PL