Skip to content

Commit a5315dd

Browse files
committed
Merge branch 'dt/untracked-sparse'
Test update. * dt/untracked-sparse: t7063: use --force-untracked-cache to speed up a bit
2 parents 74702c3 + f178136 commit a5315dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7063-status-untracked-cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ test_expect_success 'set up sparse checkout' '
402402
echo "done/[a-z]*" >.git/info/sparse-checkout &&
403403
test_config core.sparsecheckout true &&
404404
git checkout master &&
405-
git update-index --untracked-cache &&
405+
git update-index --force-untracked-cache &&
406406
git status --porcelain >/dev/null && # prime the cache
407407
test_path_is_missing done/.gitignore &&
408408
test_path_is_file done/one

0 commit comments

Comments
 (0)