]> Pileus Git - ~andy/git/commitdiff
git-svn: get rid of Memoize for now...
authorEric Wong <normalperson@yhbt.net>
Sun, 14 Jan 2007 07:00:47 +0000 (23:00 -0800)
committerEric 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

index 575d7936dbb130bf245e77418c46c305ff280250..acc93b9c109d86f98341adfd4e1c3d17943c4041 100755 (executable)
@@ -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;