Skip to content

Commit e77632a

Browse files
committed
p2000: add new commands
Signed-off-by: Derrick Stolee <[email protected]>
1 parent 1f65174 commit e77632a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/perf/p2000-sparse-operations.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,11 @@ test_perf_on_all git add -A
110110
test_perf_on_all git add .
111111
test_perf_on_all git commit -a -m A
112112
test_perf_on_all git checkout -f -
113+
test_perf_on_all git reset
114+
test_perf_on_all git reset --hard
115+
test_perf_on_all git update-index --add --remove
116+
test_perf_on_all git diff
117+
test_perf_on_all git diff --staged
118+
test_perf_on_all git sparse-checkout reapply
113119

114120
test_done

0 commit comments

Comments
 (0)