On Tue, May 09, 2023 at 06:56:48PM -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> Let's kick this one out for now. It is on my list of to-do's, but below many higher priority items. Thanks, Taylor