Re: What's cooking in git.git (Jan 2022, #02; Wed, 5)
From: Taylor Blau <hidden>
Date: 2022-01-06 16:53:21
From: Taylor Blau <hidden>
Date: 2022-01-06 16:53:21
On Wed, Jan 05, 2022 at 05:56:45PM -0800, Junio C Hamano wrote:
* tb/midx-bitmap-corruption-fix (2022-01-04) 9 commits - pack-bitmap.c: gracefully fallback after opening pack/MIDX - midx: read `RIDX` chunk when present - t/lib-bitmap.sh: parameterize tests over reverse index source - t5326: move tests to t/lib-bitmap.sh - t5326: extract `test_rev_exists` - t5326: drop unnecessary setup - pack-revindex.c: instrument loading on-disk reverse index - midx.c: make changing the preferred pack safe - t5326: demonstrate bitmap corruption after permutation A bug that made multi-pack bitmap and the object order out-of-sync (hence the .midx data gets corrupted) has been fixed. source: [ref]
This should be ready to graduate, pending another review (especially of the last patch, which is new in v3) from Stolee or others. Thanks, Taylor