]> git.ipfire.org Git - thirdparty/git.git/commit - perl/Git/SVN.pm
git-svn: cache only mergeinfo revisions
authorEric Wong <normalperson@yhbt.net>
Mon, 20 Oct 2014 01:02:53 +0000 (01:02 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:39 +0000 (22:55 +0000)
commit54b95346c1322bb122e12aba0f03652f241a918b
treec46abef2bf90b17a0488628ff7f85991011b8cce
parentd0b34f241dc59fe2352cb1a724d0c5e8f0d2ff82
git-svn: cache only mergeinfo revisions

This should reduce excessive memory usage from the new mergeinfo
caches without hurting performance too much, assuming reasonable
latency to the SVN server.

Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
Suggested-by: Jakob Stoklund Olesen <stoklund@2pi.dk>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm