On Fri, 22 Jul 2022 at 23:46, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Martin Ågren <martin.agren@xxxxxxxxx> writes: > > > +test_expect_success 'empty repo (no index) and core.untrackedCache' ' > > + git init emptyrepo && > > + cd emptyrepo/ && > > + git -c core.untrackedCache=true write-tree > > +' > > I'll tweak this with "-C emptyrepo" so that future developers do not > have to get bitten when they add more tests to this script. Yikes. I should have known better. Thanks for catching that. If a v2 is needed for any reason, I'll include this change. Martin