summaryrefslogtreecommitdiff
path: root/t/perf/p2000-sparse-operations.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-29 20:53:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-11-29 20:53:56 (GMT)
commitea6ae410bedd6eee1968d24aa267b22ce7a0305a (patch)
treec7944281eb3c1f4f63de7d0ca05058166b5e1628 /t/perf/p2000-sparse-operations.sh
parentf443b226ca681d87a3a31e245a70e6bc2769123c (diff)
parentf2a454e0a5e26c0f7b840970f69d195c37b16565 (diff)
downloadgit-ea6ae410bedd6eee1968d24aa267b22ce7a0305a.zip
git-ea6ae410bedd6eee1968d24aa267b22ce7a0305a.tar.gz
git-ea6ae410bedd6eee1968d24aa267b22ce7a0305a.tar.bz2
Merge branch 'vd/sparse-reset' into ld/sparse-diff-blame
* vd/sparse-reset: unpack-trees: improve performance of next_cache_entry reset: make --mixed sparse-aware reset: make sparse-aware (except --mixed) reset: integrate with sparse index reset: expand test coverage for sparse checkouts sparse-index: update command for expand/collapse test reset: preserve skip-worktree bit in mixed reset reset: rename is_missing to !is_in_reset_tree
Diffstat (limited to 't/perf/p2000-sparse-operations.sh')
-rwxr-xr-xt/perf/p2000-sparse-operations.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/perf/p2000-sparse-operations.sh b/t/perf/p2000-sparse-operations.sh
index 5976262..bfd3321 100755
--- a/t/perf/p2000-sparse-operations.sh
+++ b/t/perf/p2000-sparse-operations.sh
@@ -110,5 +110,8 @@ test_perf_on_all git add -A
test_perf_on_all git add .
test_perf_on_all git commit -a -m A
test_perf_on_all git checkout -f -
+test_perf_on_all git reset
+test_perf_on_all git reset --hard
+test_perf_on_all git reset -- does-not-exist
test_done