summaryrefslogtreecommitdiff
path: root/t/t5310-pack-bitmaps.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-19Merge branch 'mm/test-grep-lint'Junio C Hamano1-7/+7
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-7/+7
2026-06-21pack-objects: support reachability bitmaps with `--path-walk`Taylor Blau1-0/+36
2026-05-12t/helper: add 'test-tool bitmap write' subcommandTaylor Blau1-0/+24
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano1-1/+1
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt1-1/+1
2026-02-19pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"Patrick Steinhardt1-0/+41
2025-07-15Merge branch 'ly/load-bitmap-leakfix'Junio C Hamano1-0/+30
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan1-0/+30
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano1-2/+11
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee1-2/+11
2025-04-07t: refactor tests depending on Perl substitution operatorPatrick Steinhardt1-2/+2
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt1-1/+1
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano1-1/+34
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee1-0/+30
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee1-1/+4
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-1/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King1-0/+12
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt1-0/+1
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau1-4/+0
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-4/+4
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau1-0/+38
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano1-0/+20
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason1-2/+6
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason1-0/+16
2022-11-14pack-bitmap.c: avoid exposing absolute pathsTeng Long1-2/+3
2022-09-26pack-bitmap: remove trace2 region from hot pathDerrick Stolee1-7/+0
2022-08-26pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty1-0/+22
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty1-347/+375
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau1-0/+28
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-1/+1
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano1-2/+0
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin1-2/+0
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee1-1/+1
2021-11-01Merge branch 'ab/test-lib'Junio C Hamano1-1/+0
2021-10-29t5310: drop lib-bundle.sh includeJeff King1-1/+0
2021-09-01t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAPJeff King1-0/+4
2021-09-01t5310: move some tests to lib-bitmap.shTaylor Blau1-223/+4
2021-04-20Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano1-0/+23
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King1-0/+23
2021-03-31builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau1-0/+38
2021-02-10test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason1-0/+2
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-0/+3
2021-01-06Merge branch 'tb/pack-bitmap'Junio C Hamano1-38/+139
2020-12-08pack-bitmap-write: relax unique revwalk conditionDerrick Stolee1-16/+17
2020-12-08pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee1-3/+82
2020-12-08t5310: add branch-based checksDerrick Stolee1-27/+34
2020-12-08t5310: drop size of truncated ewah bitmapJeff King1-7/+8