1
0
mirror of https://github.com/git/git.git synced 2024-10-21 13:59:03 +02:00

Merge branch 'dt/untracked-sparse'

Test update.

* dt/untracked-sparse:
  t7063: use --force-untracked-cache to speed up a bit
This commit is contained in:
Junio C Hamano 2015-08-26 15:45:33 -07:00
commit a5315dd17d

@ -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