diff options
author | Taylor Blau <me@ttaylorr.com> | 2021-01-28 20:32:02 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-28 22:51:51 -0800 |
commit | 6885cd7dc573b1750b8d895820b8b2f56285f070 (patch) | |
tree | 8e3fc04b46fe7a9e28bdb44b63588ae009fdf14d /Documentation/RelNotes/2.21.2.txt | |
parent | pack-revindex: ensure that on-disk reverse indexes are given precedence (diff) | |
download | tgif-6885cd7dc573b1750b8d895820b8b2f56285f070.tar.xz |
t5325: check both on-disk and in-memory reverse index
Right now, the test suite can be run with 'GIT_TEST_WRITE_REV_INDEX=1'
in the environment, which causes all operations which write a pack to
also write a .rev file.
To prepare for when that eventually becomes the default, we should
continue to test the in-memory reverse index, too, in order to avoid
losing existing coverage. Unfortunately, explicit existing coverage is
rather sparse, so only a basic test is added that compares the result of
git rev-list --objects --no-object-names --all |
git cat-file --batch-check='%(objectsize:disk) %(objectname)'
with and without an on-disk reverse index.
Suggested-by: Jeff King <peff@peff.net>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.21.2.txt')
0 files changed, 0 insertions, 0 deletions