diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-08-18 13:07:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-08-18 13:07:05 -0700 |
| commit | 9b9445cfdec254dfd5e78fb00ec4476cee3d578c (patch) | |
| tree | 81f69acdd36776f119f0e91e50f31c789fd9534a /t/perf | |
| parent | 80ffc849bdd5ed111a2ec070856ef67e075572c6 (diff) | |
| parent | ede241c7154929c5c80fb784daa79de6103bf048 (diff) | |
| download | git-9b9445cfdec254dfd5e78fb00ec4476cee3d578c.tar.gz | |
Merge branch 'sy/sparse-rm'
"git rm" has become more aware of the sparse-index feature.
* sy/sparse-rm:
rm: integrate with sparse-index
rm: expand the index only when necessary
pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
t1092: add tests for `git-rm`
Diffstat (limited to 't/perf')
| -rwxr-xr-x | t/perf/p2000-sparse-operations.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/p2000-sparse-operations.sh b/t/perf/p2000-sparse-operations.sh index c181110a43..fce8151d41 100755 --- a/t/perf/p2000-sparse-operations.sh +++ b/t/perf/p2000-sparse-operations.sh @@ -123,5 +123,6 @@ test_perf_on_all git blame $SPARSE_CONE/f3/a test_perf_on_all git read-tree -mu HEAD test_perf_on_all git checkout-index -f --all test_perf_on_all git update-index --add --remove $SPARSE_CONE/a +test_perf_on_all "git rm -f $SPARSE_CONE/a && git checkout HEAD -- $SPARSE_CONE/a" test_done |
