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:
@ -402,7 +402,7 @@ test_expect_success 'set up sparse checkout' '
|
|||||||
echo "done/[a-z]*" >.git/info/sparse-checkout &&
|
echo "done/[a-z]*" >.git/info/sparse-checkout &&
|
||||||
test_config core.sparsecheckout true &&
|
test_config core.sparsecheckout true &&
|
||||||
git checkout master &&
|
git checkout master &&
|
||||||
git update-index --untracked-cache &&
|
git update-index --force-untracked-cache &&
|
||||||
git status --porcelain >/dev/null && # prime the cache
|
git status --porcelain >/dev/null && # prime the cache
|
||||||
test_path_is_missing done/.gitignore &&
|
test_path_is_missing done/.gitignore &&
|
||||||
test_path_is_file done/one
|
test_path_is_file done/one
|
||||||
|
Reference in New Issue
Block a user