From: Junio C Hamano Date: Thu, 8 Apr 2021 20:23:25 +0000 (-0700) Subject: Merge branch 'tb/reverse-midx' X-Git-Tag: v2.32.0-rc0~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6b971fcf5d85db821636f2d887cfaf204b32bda;p=thirdparty%2Fgit.git Merge branch 'tb/reverse-midx' An on-disk reverse-index to map the in-pack location of an object back to its object name across multiple packfiles is introduced. * tb/reverse-midx: midx.c: improve cache locality in midx_pack_order_cmp() pack-revindex: write multi-pack reverse indexes pack-write.c: extract 'write_rev_file_order' pack-revindex: read multi-pack reverse indexes Documentation/technical: describe multi-pack reverse indexes midx: make some functions non-static midx: keep track of the checksum midx: don't free midx_name early midx: allow marking a pack as preferred t/helper/test-read-midx.c: add '--show-objects' builtin/multi-pack-index.c: display usage on unrecognized command builtin/multi-pack-index.c: don't enter bogus cmd_mode builtin/multi-pack-index.c: split sub-commands builtin/multi-pack-index.c: define common usage with a macro builtin/multi-pack-index.c: don't handle 'progress' separately builtin/multi-pack-index.c: inline 'flags' with options --- e6b971fcf5d85db821636f2d887cfaf204b32bda