git-svn: reduce check_cherry_pick cache overhead
commitd0b34f241dc59fe2352cb1a724d0c5e8f0d2ff82
authorEric Wong <normalperson@yhbt.net>
Sun, 19 Oct 2014 04:08:31 +0000 (19 04:08 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 24 Oct 2014 22:55:35 +0000 (24 22:55 +0000)
tree2caf182f722fdd2a35c220fe61c0ea5186b3e2a2
parent9ee13a934e21380ff6082d98a86cab5e890418dc
git-svn: reduce check_cherry_pick cache overhead

We do not need to store entire lists of commits, only the
number of incomplete and the first commit for reference.
This reduces the amount of data we need to store in memory
and on disk stores.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
perl/Git/SVN.pm