On Mon, Sep 27 2021, Junio C Hamano wrote: > * sg/test-split-index-fix (2021-09-07) 7 commits > - read-cache: fix GIT_TEST_SPLIT_INDEX > - tests: disable GIT_TEST_SPLIT_INDEX for sparse index tests > - read-cache: look for shared index files next to the index, too > - t1600-index: disable GIT_TEST_SPLIT_INDEX > - t1600-index: don't run git commands upstream of a pipe > - t1600-index: remove unnecessary redirection > - Merge branch 'ds/sparse-index-ignored-files' into sg/test-split-index-fix > > Test updates. > > Will merge to 'next'? It LGTM. It introduces a "new" memory leak that I re-rolled ab/sanitize-leak-ci for, but on closer inspection it's a leak that was there all along, but we didn't see due to the issue the series fixes: The GIT_TEST_SPLIT_INDEX test mode was broken.