Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-08-27 01:45:33 +0300
committerJunio C Hamano <gitster@pobox.com>2015-08-27 01:45:33 +0300
commita5315dd17dcace9a65fa616d2992d136961b3615 (patch)
tree10b1bdb19ae66cf2e02feb07af666fa9b7ff528f /t
parent74702c382597ce34e7ce884e29d23e1eedb52196 (diff)
parentf178136e688f6eabe09130e79a0c9e2de58928a0 (diff)
Merge branch 'dt/untracked-sparse'
Test update. * dt/untracked-sparse: t7063: use --force-untracked-cache to speed up a bit
Diffstat (limited to 't')
-rwxr-xr-xt/t7063-status-untracked-cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh
index ff23f4e94e..744e922699 100755
--- a/t/t7063-status-untracked-cache.sh
+++ b/t/t7063-status-untracked-cache.sh
@@ -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