On Tue, Apr 18, 2023 at 01:12:34AM -0700, Junio C Hamano wrote: > * tb/pack-revindex-on-disk (2023-04-13) 7 commits > - t: invert `GIT_TEST_WRITE_REV_INDEX` > - config: enable `pack.writeReverseIndex` by default > - pack-revindex: introduce `pack.readReverseIndex` > - pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISK > - pack-revindex: make `load_pack_revindex` take a repository > - t5325: mark as leak-free > - pack-write.c: plug a leak in stage_tmp_packfiles() > (this branch is used by ds/fsck-pack-revindex.) > > The on-disk reverse index that allows mapping from the pack offset > to the object name for the object stored at the offset has been > enabled by default. > > Will merge to 'next'? > source: <cover.1681338013.git.me@xxxxxxxxxxxx> Yeah, this one has been reviewed thoroughly by Stolee. We made some minor tweaks in v2, which he reviewed and said were ready to merge. Thanks, Taylor