diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2012-05-28 02:03:58 -0500 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2012-05-29 00:17:59 +0000 |
commit | a6180325e885e2226d68144000e8bb18a906a2a6 (patch) | |
tree | 5f62c318becc0f0a4319cca7cf8786197ae2d927 /perl/Makefile.PL | |
parent | 72827aa468b467157643bb3689c8786e86e4a58c (diff) | |
download | git-a6180325e885e2226d68144000e8bb18a906a2a6.tar.gz git-a6180325e885e2226d68144000e8bb18a906a2a6.tar.xz |
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>
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r-- | perl/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 4d8e31d25..424890a1a 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -27,6 +27,7 @@ MAKE_FRAG my %pm = ( 'Git.pm' => '$(INST_LIBDIR)/Git.pm', 'Git/I18N.pm' => '$(INST_LIBDIR)/Git/I18N.pm', + 'Git/SVN/Fetcher.pm' => '$(INST_LIBDIR)/Git/SVN/Fetcher.pm', 'Git/SVN/Prompt.pm' => '$(INST_LIBDIR)/Git/SVN/Prompt.pm', ); |