summaryrefslogtreecommitdiffstats
path: root/t/t5319-multi-pack-index.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* t/helper: fix leaking multi-pack-indices in "read-midx"Patrick Steinhardt2024-08-221-0/+2
* Merge branch 'tb/incremental-midx-part-1'Junio C Hamano2024-08-191-26/+4
|\
| * midx: implement support for writing incremental MIDX chainsTaylor Blau2024-08-061-24/+3
| * t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau2024-08-061-2/+1
* | Merge branch 'ds/midx-write-repack-fix'Junio C Hamano2024-07-241-0/+55
|\ \ | |/ |/|
| * midx-write: revert use of --stdin-packsDerrick Stolee2024-07-191-1/+1
| * t5319: add failing test case for repack/expireDerrick Stolee2024-07-181-0/+55
* | midx-write.c: tolerate `--preferred-pack` without bitmapsTaylor Blau2024-05-301-0/+23
|/
* midx: implement `BTMP` chunkTaylor Blau2023-12-141-0/+35
* Merge branch 'jk/chunk-bounds-more'Junio C Hamano2023-12-101-0/+14
|\
| * midx: check consistency of fanout tableJeff King2023-11-091-0/+14
* | Merge branch 'jc/test-i18ngrep'Junio C Hamano2023-11-081-5/+5
|\ \ | |/ |/|
| * tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano2023-11-021-5/+5
* | t5319: make corrupted large-offset test more robustJeff King2023-10-141-2/+4
* | midx: check size of revindex chunkJeff King2023-10-101-0/+17
* | midx: bounds-check large offset chunkJeff King2023-10-101-0/+20
* | midx: check size of object offset chunkJeff King2023-10-101-0/+10
* | midx: enforce chunk alignment on readingJeff King2023-10-101-0/+14
* | midx: check size of pack names chunkJeff King2023-10-101-0/+11
* | midx: check size of oid lookup chunkJeff King2023-10-101-0/+10
* | midx: stop ignoring malformed oid fanout chunkJeff King2023-10-101-1/+19
|/
* fsck: suppress MIDX output with `--no-progress`Taylor Blau2023-07-101-0/+12
* midx: fix segfault with no packs and invalid preferred packPatrick Steinhardt2023-04-141-0/+12
* delta-islands: fix segfault when freeing island marksPatrick Steinhardt2023-02-211-0/+16
* midx.c: avoid cruft packs with non-zero `repack --batch-size`Taylor Blau2022-09-211-0/+41
* midx.c: avoid cruft packs with `repack --batch-size=0`Taylor Blau2022-09-211-0/+23
* midx.c: prevent `expire` from removing the cruft packTaylor Blau2022-09-211-0/+30
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-041-5/+5
|\
| * t5000-t5999: detect and signal failure within loopEric Sunshine2021-12-131-5/+5
* | Merge branch 'jk/t5319-midx-corruption-test-deflake'Junio C Hamano2021-12-101-2/+4
|\ \ | |/ |/|
| * t5319: corrupt more bytes of the midx checksumJeff King2021-11-181-2/+4
* | Merge branch 'gc/use-repo-settings'Junio C Hamano2021-11-011-1/+4
|\ \
| * | fsck: verify multi-pack-index when implictly enabledGlen Choo2021-10-151-1/+4
* | | Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-191-0/+15
|\ \ \ | |/ / |/| |
| * | builtin/multi-pack-index.c: support `--stdin-packs` modeTaylor Blau2021-09-291-0/+15
* | | Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano2021-10-061-6/+6
|\ \ \ | |/ / |/| |
| * | builtin/multi-pack-index.c: disable top-level --[no-]progressTaylor Blau2021-09-221-6/+6
| |/
* | t5319: don't write MIDX bitmaps in t5319Taylor Blau2021-09-011-1/+2
* | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-1/+9
* | midx: reject empty `--preferred-pack`'sTaylor Blau2021-09-011-0/+17
* | midx: fix `*.rev` cleanups with `--object-dir`Taylor Blau2021-09-011-0/+28
* | midx: disallow running outside of a repositoryTaylor Blau2021-09-011-0/+5
|/
* Merge branch 'tb/reverse-midx'Junio C Hamano2021-07-281-0/+5
|\
| * multi-pack-index: fix potential segfault without sub-commandTaylor Blau2021-07-201-0/+5
* | midx: report checksum mismatches during 'verify'Taylor Blau2021-06-291-0/+5
* | midx: don't reuse corrupt MIDXs when writingTaylor Blau2021-06-291-0/+8
|/
* midx: allow marking a pack as preferredTaylor Blau2021-04-011-0/+42
* Merge branch 'ds/chunked-file-api' into tb/reverse-midxJunio C Hamano2021-02-251-3/+3
|\
| * midx: use chunk-format read APIDerrick Stolee2021-02-181-3/+3