contrib/git-svn: stabilize memory usage for big fetches
authorEric Wong <normalperson@yhbt.net>
Sun, 26 Mar 2006 02:52:31 +0000 (18:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Mar 2006 05:23:54 +0000 (21:23 -0800)
commit03823184247215fba1dd9c9c39659d08dea3bad7
tree05b63f65bfa633155332720987821fd749424572
parentc150462824008957f568ca7aa05a65b35d860eb9
contrib/git-svn: stabilize memory usage for big fetches

We should be safely able to import histories with thousands
of revisions without hogging up lots of memory.

With this, we lose the ability to autocorrect mistakes when
people specify revisions in reverse, but it's probably no longer
a problem since we only have one method of log parsing nowadays.

I've added an extra check to ensure that revision numbers do
increment.

Also, increment the version number to 0.11.0.  I really should
just call it 1.0 soon...

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl