On Mon, Nov 06, 2023 at 05:56:33PM -0500, Taylor Blau wrote: > Before returning a bitmap containing the result of the traversal back to > the caller, drop any bits from the extended index which appear in one or > more packs. This implements the correct behavior for rev-list operations > which use the bitmap index to compute their result. Nice. I was very happy to see the extra test for "rev-list --disk-usage" to demonstrate this. The same should apply for "pack-objects --unpacked --use-bitmap-index" (though in practice I don't think we'd do that, as "--unpacked" implies on-disk repacking, which we do not generally use with bitmaps). -Peff