Browse Source
Runtime pack access is done in the pack file mtime order since recent packs are more likely to contain frequently used objects than old packs. However the --max-pack-size option can produce multiple packs with mtime in the reversed order as newer objects are always written first. Let's modify mtime of later pack files (when any) so they appear older than preceding ones when a repack creates multiple packs. Signed-off-by: Nicolas Pitre <nico@cam.org>maint
Nicolas Pitre
17 years ago
committed by
Junio C Hamano
2 changed files with 27 additions and 0 deletions
Loading…
Reference in new issue