Junio C Hamano <gitster@xxxxxxxxx> writes: > +test_expect_success 'parsing a patch with no-contents and a funny pathname' ' > git reset --hard && > + empty_blob=$(test_oid empty_blob) && > + echo "$empty_blob" >expect && > > + git update-index --add --cacheinfo "100644,$empty_blob,funny /empty" && It seems that on Windows, this step fails with "funny /empty" as "invalid path". https://github.com/git/git/actions/runs/8475098601/job/23222724707#step:6:244 So I'll have to redo this step; unfortunately I think it is already in 'next', so an additional patch needs to resurrect that prerequisite trick. Sorry for breaking CI for 'next'.