Skip to content

Commit

Permalink
Merge branch 'dt/untracked-sparse'
Browse files Browse the repository at this point in the history
Test update.

* dt/untracked-sparse:
  t7063: use --force-untracked-cache to speed up a bit
  • Loading branch information
Junio C Hamano committed Aug 26, 2015
2 parents 74702c3 + f178136 commit a5315dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7063-status-untracked-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ test_expect_success 'set up sparse checkout' '
echo "done/[a-z]*" >.git/info/sparse-checkout &&
test_config core.sparsecheckout true &&
git checkout master &&
git update-index --untracked-cache &&
git update-index --force-untracked-cache &&
git status --porcelain >/dev/null && # prime the cache
test_path_is_missing done/.gitignore &&
test_path_is_file done/one
Expand Down

0 comments on commit a5315dd

Please sign in to comment.