File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ test_expect_success 'setup repo and indexes' '
5555 git -c core.sparseCheckoutCone=true clone --branch=wide --sparse . full-v3 &&
5656 (
5757 cd full-v3 &&
58- git sparse-checkout init --cone &&
58+ git sparse-checkout init --cone --no-sparse-index &&
5959 git sparse-checkout set $SPARSE_CONE &&
6060 git config index.version 3 &&
6161 git update-index --index-version=3 &&
@@ -64,7 +64,7 @@ test_expect_success 'setup repo and indexes' '
6464 git -c core.sparseCheckoutCone=true clone --branch=wide --sparse . full-v4 &&
6565 (
6666 cd full-v4 &&
67- git sparse-checkout init --cone &&
67+ git sparse-checkout init --cone --no-sparse-index &&
6868 git sparse-checkout set $SPARSE_CONE &&
6969 git config index.version 4 &&
7070 git update-index --index-version=4 &&
@@ -117,5 +117,7 @@ test_perf_on_all git diff
117117test_perf_on_all git diff --cached
118118test_perf_on_all git blame $SPARSE_CONE /a
119119test_perf_on_all git blame $SPARSE_CONE /f3/a
120+ test_perf_on_all git update-index --add --remove
121+ test_perf_on_all git sparse-checkout reapply
120122
121123test_done
You can’t perform that action at this time.
0 commit comments