We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73f69f2 + 42ea7a4 commit dc71be4Copy full SHA for dc71be4
t/t1600-index.sh
@@ -88,6 +88,7 @@ test_expect_success 'index.skipHash config option' '
88
git -c protocol.file.allow=always submodule add ./ sub &&
89
git config index.skipHash false &&
90
git -C sub config index.skipHash true &&
91
+ rm -f .git/modules/sub/index &&
92
>sub/file &&
93
git -C sub add a &&
94
test_trailing_hash .git/modules/sub/index >hash &&
0 commit comments