diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-13 13:50:44 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-13 13:50:44 -0800 |
commit | 48609de3bf32befb69c40c1a2595a98dac0448b4 (patch) | |
tree | 1bfed60cb811461cd517850d55d336a6dce07e67 /t/perf | |
parent | Last minute fixes before -rc1 (diff) | |
parent | update-index: reduce scope of index expansion in do_reupdate (diff) | |
download | tgif-48609de3bf32befb69c40c1a2595a98dac0448b4.tar.xz |
Merge branch 'vd/sparse-clean-etc' into en/present-despite-skipped
* vd/sparse-clean-etc:
update-index: reduce scope of index expansion in do_reupdate
update-index: integrate with sparse index
update-index: add tests for sparse-checkout compatibility
checkout-index: integrate with sparse index
checkout-index: add --ignore-skip-worktree-bits option
checkout-index: expand sparse checkout compatibility tests
clean: integrate with sparse index
reset: reorder wildcard pathspec conditions
reset: fix validation in sparse index test
Diffstat (limited to 't/perf')
-rwxr-xr-x | t/perf/p2000-sparse-operations.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/perf/p2000-sparse-operations.sh b/t/perf/p2000-sparse-operations.sh index cb777c74a2..2a7106b949 100755 --- a/t/perf/p2000-sparse-operations.sh +++ b/t/perf/p2000-sparse-operations.sh @@ -117,5 +117,7 @@ test_perf_on_all git diff test_perf_on_all git diff --cached test_perf_on_all git blame $SPARSE_CONE/a test_perf_on_all git blame $SPARSE_CONE/f3/a +test_perf_on_all git checkout-index -f --all +test_perf_on_all git update-index --add --remove $SPARSE_CONE/a test_done |