On Wed, Apr 12, 2023 at 02:59:56PM -0700, Junio C Hamano wrote: > * tb/pack-bitmap-index-seek (2023-03-20) 6 commits > - pack-bitmap.c: factor out `bitmap_index_seek_commit()` > - pack-bitmap.c: use `bitmap_index_seek()` where possible > - pack-bitmap.c: factor out manual `map_pos` manipulation > - pack-bitmap.c: drop unnecessary 'inline's > - pack-bitmap.c: hide bitmap internals in `read_be32()` > - pack-bitmap.c: hide bitmap internals in `read_u8()` > > Clean-up the pack-bitmap codepath. > > Kicked back to 'seen' out of 'next'. > There is a BUG() on data errors that needs to be fixed. > source: <cover.1679342296.git.me@xxxxxxxxxxxx> Sorry for letting this linger for a bit, I've been stymied with other topics that has limited my attention on this series. AFAICT, it shouldn't be conflicting with any other in-flight topics right now, so keeping it in 'seen' as-is shouldn't be an issue. But if you want to kick it out of there, too, that's equally fine with me. I do intend on getting back to it shortly, though, hopefully next week. Thanks, Taylor