git-svn: cache max revision in rev_db databases
authorSam Vilain <sam@vilain.net>
Sat, 30 Jun 2007 08:56:14 +0000 (20:56 +1200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Jul 2007 06:36:32 +0000 (23:36 -0700)
Cache the maximum revision for each rev_db URL rather than looking it
up each time. This saves a lot of time when rebuilding indexes on a
freshly cloned repository.

Signed-off-by: Sam Vilain <sam.vilain@catalyst.net.nz>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found