don't load objects needlessly when repacking
authorNicolas Pitre <nico@cam.org>
Sat, 1 Jul 2006 02:55:30 +0000 (22:55 -0400)
committerJunio C Hamano <junkio@cox.net>
Sat, 1 Jul 2006 03:14:47 +0000 (20:14 -0700)
If no delta is attempted on some objects then it is useless to load them
in memory, neither create any delta index for them. The best thing to
do is therefore to load and index them only when really needed.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found