diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-27 16:00:59 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-27 16:00:59 -0700 |
| commit | 849c8b3dbf8e850020951e81a42df4dc0b1e5b5d (patch) | |
| tree | 5b0187c4a8a834b0afb5674e5f623af7f8b2ca2c /t/perf | |
| parent | 2807bd2c10606e590886543afe4e4f208dddd489 (diff) | |
| parent | 9f7f10a282d8adeb9da0990aa0eb2adf93a47ca7 (diff) | |
| download | git-849c8b3dbf8e850020951e81a42df4dc0b1e5b5d.tar.gz | |
Merge branch 'tb/pack-revindex-on-disk'
The on-disk reverse index that allows mapping from the pack offset
to the object name for the object stored at the offset has been
enabled by default.
* tb/pack-revindex-on-disk:
t: invert `GIT_TEST_WRITE_REV_INDEX`
config: enable `pack.writeReverseIndex` by default
pack-revindex: introduce `pack.readReverseIndex`
pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISK
pack-revindex: make `load_pack_revindex` take a repository
t5325: mark as leak-free
pack-write.c: plug a leak in stage_tmp_packfiles()
Diffstat (limited to 't/perf')
| -rwxr-xr-x | t/perf/p5312-pack-bitmaps-revs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/perf/p5312-pack-bitmaps-revs.sh b/t/perf/p5312-pack-bitmaps-revs.sh index 0684b690af..ceec60656b 100755 --- a/t/perf/p5312-pack-bitmaps-revs.sh +++ b/t/perf/p5312-pack-bitmaps-revs.sh @@ -12,8 +12,7 @@ test_lookup_pack_bitmap () { test_perf_large_repo test_expect_success 'setup bitmap config' ' - git config pack.writebitmaps true && - git config pack.writeReverseIndex true + git config pack.writebitmaps true ' # we need to create the tag up front such that it is covered by the repack and |
