summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 44320b9)
raw | patch | inline | side by side (parent: 44320b9)
author | Eric Wong <normalperson@yhbt.net> | |
Sun, 14 Jan 2007 07:00:47 +0000 (23:00 -0800) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 23 Feb 2007 08:57:09 +0000 (00:57 -0800) |
I may refactor more of this stuff into separate modules
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index 575d7936dbb130bf245e77418c46c305ff280250..acc93b9c109d86f98341adfd4e1c3d17943c4041 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
use File::Path qw/mkpath/;
use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev pass_through/;
use IPC::Open3;
-use Memoize;
use Git;
-memoize('revisions_eq');
-memoize('cmt_metadata');
-memoize('get_commit_time');
BEGIN {
my $s;