Merge branch 'ds/omit-trailing-hash-in-index'
Quickfix for a topic already in 'master'. * ds/omit-trailing-hash-in-index: t1600: fix racy index.skipHash test
This commit is contained in:
commit
5287319bf8
@ -88,6 +88,7 @@ test_expect_success 'index.skipHash config option' '
|
||||
git -c protocol.file.allow=always submodule add ./ sub &&
|
||||
git config index.skipHash false &&
|
||||
git -C sub config index.skipHash true &&
|
||||
rm -f .git/modules/sub/index &&
|
||||
>sub/file &&
|
||||
git -C sub add a &&
|
||||
test_trailing_hash .git/modules/sub/index >hash &&
|
||||
|
Loading…
Reference in New Issue
Block a user