aboutsummaryrefslogtreecommitdiff
path: root/t/t5310-pack-bitmaps.sh
AgeCommit message (Expand)Author
2026-03-05Merge branch 'ps/fsck-stream-from-the-right-object-instance'Junio C Hamano
2026-02-23t/helper: improve "genrandom" test helperPatrick Steinhardt
2026-02-19pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"Patrick Steinhardt
2025-07-15Merge branch 'ly/load-bitmap-leakfix'Junio C Hamano
2025-07-01pack-bitmap: add load corrupt bitmap testLidong Yan
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano
2025-05-16pack-objects: introduce GIT_TEST_PACK_PATH_WALKDerrick Stolee
2025-04-07t: refactor tests depending on Perl substitution operatorPatrick Steinhardt
2025-04-07t: introduce PERL_TEST_HELPERS prerequisitePatrick Steinhardt
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano
2025-01-27test-tool: add helper for name-hash valuesDerrick Stolee
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-11-01rev-list: skip bitmap traversal for --left-rightJeff King
2024-09-27revision: fix leaking parents when simplifying commitsPatrick Steinhardt
2024-08-06t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP'Taylor Blau
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-05-08pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API users: test for *_get_value_multi() segfaultsÆvar Arnfjörð Bjarmason
2022-11-14pack-bitmap.c: avoid exposing absolute pathsTeng Long
2022-09-26pack-bitmap: remove trace2 region from hot pathDerrick Stolee
2022-08-26pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-15Merge branch 'js/test-initial-branch-override-cleanup'Junio C Hamano
2021-12-13t5000-t5999: detect and signal failure within loopEric Sunshine
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee
2021-11-01Merge branch 'ab/test-lib'Junio C Hamano
2021-10-29t5310: drop lib-bundle.sh includeJeff King
2021-09-01t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAPJeff King
2021-09-01t5310: move some tests to lib-bitmap.shTaylor Blau
2021-04-20Merge branch 'jk/pack-objects-bitmap-progress-fix'Junio C Hamano
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King
2021-03-31builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau
2021-02-10test-lib-functions: move function to lib-bitmap.shÆvar Arnfjörð Bjarmason
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-06Merge branch 'tb/pack-bitmap'Junio C Hamano
2020-12-08pack-bitmap-write: relax unique revwalk conditionDerrick Stolee
2020-12-08pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee
2020-12-08t5310: add branch-based checksDerrick Stolee
2020-12-08t5310: drop size of truncated ewah bitmapJeff King
2020-12-08pack-bitmap: bounds-check size of cache extensionJeff King
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-11-16t5310-pack-bitmaps: skip JGit tests with SHA256SZEDER Gábor
2020-02-14pack-objects: support filters with bitmapsJeff King