On Wed, Apr 12, 2023 at 12:22:27PM +0200, Patrick Steinhardt wrote: > Patrick Steinhardt (8): > midx: fix segfault with no packs and invalid preferred pack > repack: fix trying to use preferred pack in alternates > repack: fix generating multi-pack-index with only non-local packs > pack-objects: fix error when packing same pack twice > pack-objects: fix error when same packfile is included and excluded > pack-objects: extend test coverage of `--stdin-packs` with alternates > repack: honor `-l` when calculating pack geometry > repack: disable writing bitmaps when doing a local geometric repack This is looking like it's on a good track. I gave this a fairly thorough review, and left a handful of comments ranging from "you could do it this way, or not", to "we should probably adjust this before merging". Let me know if you have any questions, and I'll be more than happy to review a v2 ;-). Thanks, Taylor