]> git.ipfire.org Git - thirdparty/git.git/commit
git-svn: remove mergeinfo rev caching
authorEric Wong <normalperson@yhbt.net>
Tue, 21 Oct 2014 06:23:22 +0000 (06:23 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:43 +0000 (22:55 +0000)
commit2b6c613f1a873555475050bd8f5a22828f0d03a3
tree0cad84e97f0f24bdf42617bcd448d76158f8b0df
parent54b95346c1322bb122e12aba0f03652f241a918b
git-svn: remove mergeinfo rev caching

This should further reduce memory usage from the new mergeinfo
speedups 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