Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-27 04:26:01 +0400
committerEric Wong <normalperson@yhbt.net>2012-07-28 02:36:06 +0400
commitb74fda1c9b332b1216cc4d02ec256d6e350d5524 (patch)
tree2c222882f67cc65186db4b69ab03115c741a0f4c /perl/Makefile
parent2c96a6c3f1256d94d5f97fb9e0bdeafb8c0224b4 (diff)
Extract Git::SVN::Log from git-svn.
Straight cut & paste. Also noticed Git::SVN::Ra wasn't in the compile test. It is now. Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'perl/Makefile')
-rw-r--r--perl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile b/perl/Makefile
index a628582bca..4869a37d0e 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -33,6 +33,7 @@ modules += Git/SVN
modules += Git/SVN/Memoize/YAML
modules += Git/SVN/Fetcher
modules += Git/SVN/Editor
+modules += Git/SVN/Log
modules += Git/SVN/Prompt
modules += Git/SVN/Ra
modules += Git/SVN/Utils