Git fork

Merge branch 'ch/t7450-recursive-clone-test-fix'

Test fix.

* ch/t7450-recursive-clone-test-fix:
t7450: inspect the correct path a broken code would write to

+1 -1
+1 -1
t/t7450-bad-git-dotfiles.sh
··· 401 401 git -C repo commit -m submodule && 402 402 403 403 git -c protocol.file.allow=always clone --recurse-submodules repo bad-clone && 404 - ! test -f "$PWD/foo" && 404 + ! test -f "$PWD/bad-clone/sub/foo" && 405 405 test -f $(printf "bad-clone/sub\r/post-checkout") 406 406 ' 407 407