diff options
author | 2015-08-26 15:45:33 -0700 | |
---|---|---|
committer | 2015-08-26 15:45:33 -0700 | |
commit | a5315dd17dcace9a65fa616d2992d136961b3615 (patch) | |
tree | 10b1bdb19ae66cf2e02feb07af666fa9b7ff528f /t | |
parent | Merge branch 'pt/am-builtin' (diff) | |
parent | t7063: use --force-untracked-cache to speed up a bit (diff) | |
download | tgif-a5315dd17dcace9a65fa616d2992d136961b3615.tar.xz |
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-x | t/t7063-status-untracked-cache.sh | 2 |
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 |