On Mon, Mar 17, 2025 at 07:43:07PM -0700, Elijah Newren wrote: > On Fri, Mar 14, 2025 at 1:18 PM Taylor Blau <me@xxxxxxxxxxxx> wrote: > > > > Prepare the reverse index machinery to handle object lookups in an > > incremental MIDX bitmap. These changes are broken out across a few > > functions: > > > > - load_midx_revindex() learns to use the appropriate MIDX filename > > depending on whether the given 'struct multi_pack_index *' is > > incremental or not. > > > > - pack_pos_to_midx() and midx_to_pack_pos() now both take in a global > > object position in the MIDX pseudo-pack order, and finds the > > earliest containing MIDX (similar to midx.c::midx_for_object(). > > s/finds/find/ ? Good eyes, fixed. Thanks, Taylor