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 74702c3 + f178136 commit a5315ddCopy full SHA for a5315dd
t/t7063-status-untracked-cache.sh
@@ -402,7 +402,7 @@ test_expect_success 'set up sparse checkout' '
402
echo "done/[a-z]*" >.git/info/sparse-checkout &&
403
test_config core.sparsecheckout true &&
404
git checkout master &&
405
- git update-index --untracked-cache &&
+ git update-index --force-untracked-cache &&
406
git status --porcelain >/dev/null && # prime the cache
407
test_path_is_missing done/.gitignore &&
408
test_path_is_file done/one
0 commit comments