Taylor Blau <me@xxxxxxxxxxxx> writes: > Documentation/technical/multi-pack-index.txt | 1 + > Documentation/technical/pack-format.txt | 13 +- > midx.c | 31 +++- > midx.h | 1 + > pack-revindex.c | 20 ++ > t/lib-bitmap.sh | 186 +++++++++++++++++++ > t/t5326-multi-pack-bitmaps.sh | 144 +------------- > t/t5327-multi-pack-bitmaps-rev.sh | 23 +++ > t/t7700-repack.sh | 4 - > 9 files changed, 271 insertions(+), 152 deletions(-) > create mode 100755 t/t5327-multi-pack-bitmaps-rev.sh As 5327 is taken by the tb/cruft-packs topic, I'll move it to 5328. Thanks.