On Tue, Mar 18, 2025 at 04:56:24PM -0700, Junio C Hamano wrote: > * tb/incremental-midx-part-2 (2025-03-14) 13 commits > - midx: implement writing incremental MIDX bitmaps > - pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators > - pack-bitmap.c: keep track of each layer's type bitmaps > - ewah: implement `struct ewah_or_iterator` > - pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs > - pack-bitmap.c: compute disk-usage with incremental MIDXs > - pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs > - pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs > - pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs > - pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs > - pack-bitmap.c: open and store incremental bitmap layers > - pack-revindex: prepare for incremental MIDX bitmaps > - Documentation: describe incremental MIDX bitmaps > > Incrementally updating multi-pack index files. > > Will merge to 'next'. > source: <cover.1741983492.git.me@xxxxxxxxxxxx> Let's hold off a bit on this one, please. I have a couple of niceties that I want to squash in there based on further review from Elijah and Peff. Thanks, Taylor