diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-05-15 13:59:06 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-05-15 13:59:06 -0700 |
| commit | 5ca11547bb10fec0a5cf292de2e2afafcf45ad18 (patch) | |
| tree | 1dd7bbebbef0641ee6bd3cdfbd9698fc2bcbba04 /t/perf | |
| parent | Merge branch 'ds/merge-tree-use-config' (diff) | |
| parent | diff-files: integrate with sparse index (diff) | |
| download | git-5ca11547bb10fec0a5cf292de2e2afafcf45ad18.tar.gz git-5ca11547bb10fec0a5cf292de2e2afafcf45ad18.zip | |
Merge branch 'sl/diff-files-sparse'
Teach "diff-files" not to expand sparse-index unless needed.
* sl/diff-files-sparse:
diff-files: integrate with sparse index
t1092: add tests for `git diff-files`
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 60d1de0662..901cc493ef 100755 --- a/t/perf/p2000-sparse-operations.sh +++ b/t/perf/p2000-sparse-operations.sh @@ -129,5 +129,7 @@ test_perf_on_all git grep --cached bogus -- "f2/f1/f1/*" test_perf_on_all git write-tree test_perf_on_all git describe --dirty test_perf_on_all 'echo >>new && git describe --dirty' +test_perf_on_all git diff-files +test_perf_on_all git diff-files -- $SPARSE_CONE/a test_done |
