From: Nicolas Pitre Date: Sat, 1 Jul 2006 02:55:30 +0000 (-0400) Subject: don't load objects needlessly when repacking X-Git-Tag: v1.4.1~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/560b25a86f30ad81d2bc3a383da19c3b7e631b8b?ds=inline;hp=560b25a86f30ad81d2bc3a383da19c3b7e631b8b don't load objects needlessly when repacking 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 Signed-off-by: Junio C Hamano ---