Merge branch 'ds/omit-trailing-hash-in-index' into ab/cache-api-cleanup-users
* ds/omit-trailing-hash-in-index: t1600: fix racy index.skipHash testmaint
commit
dc71be4fda
|
@ -88,6 +88,7 @@ test_expect_success 'index.skipHash config option' '
|
||||||
git -c protocol.file.allow=always submodule add ./ sub &&
|
git -c protocol.file.allow=always submodule add ./ sub &&
|
||||||
git config index.skipHash false &&
|
git config index.skipHash false &&
|
||||||
git -C sub config index.skipHash true &&
|
git -C sub config index.skipHash true &&
|
||||||
|
rm -f .git/modules/sub/index &&
|
||||||
>sub/file &&
|
>sub/file &&
|
||||||
git -C sub add a &&
|
git -C sub add a &&
|
||||||
test_trailing_hash .git/modules/sub/index >hash &&
|
test_trailing_hash .git/modules/sub/index >hash &&
|
||||||
|
|
Loading…
Reference in New Issue