Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dt/untracked-sparse'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Aug 2015 22:45:33 +0000
(15:45 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Aug 2015 22:45:33 +0000
(15:45 -0700)
Test update.
* dt/untracked-sparse:
t7063: use --force-untracked-cache to speed up a bit
t/t7063-status-untracked-cache.sh
patch
|
blob
|
history
raw
(from parent 1:
74702c3
)
diff --git
a/t/t7063-status-untracked-cache.sh
b/t/t7063-status-untracked-cache.sh
index ff23f4e94e9a67a2f327f45bb0557c051738800f..744e922699e6b3fa320af6b845bedf0940b9e7b0 100755
(executable)
--- 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