git-svn: avoid a huge memory spike with high-numbered revisions
authorEric Wong <normalperson@yhbt.net>
Wed, 31 Jan 2007 13:13:30 +0000 (05:13 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:11 +0000 (00:57 -0800)
Passing very large strings as arguments is bad for memory usage
as it never seems to get freed in Perl. The .rev_db format is
already not optimized for projects with sparse history.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found