summaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorLibravatar Eric Wong <normalperson@yhbt.net>2007-01-13 23:00:47 -0800
committerLibravatar Eric Wong <normalperson@yhbt.net>2007-02-23 00:57:09 -0800
commit396988e0b9cd00d5d13edb157b91dbd5050ef99f (patch)
treebfe5ccd6d2a2660391f511cc1083832624369dd8 /git-svn.perl
parentgit-svn: convert the 'commit-diff' command to Git::SVN (diff)
downloadtgif-396988e0b9cd00d5d13edb157b91dbd5050ef99f.tar.xz
git-svn: get rid of Memoize for now...
I may refactor more of this stuff into separate modules
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl4
1 files changed, 0 insertions, 4 deletions
diff --git a/git-svn.perl b/git-svn.perl
index 575d7936db..acc93b9c10 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -50,11 +50,7 @@ use File::Basename qw/dirname basename/;
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;