summaryrefslogtreecommitdiff
path: root/t/t5310-pack-bitmaps.sh
AgeCommit message (Expand)Author
2022-01-27pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau
2022-01-04Merge 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-21Merge 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-04-01builtin/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-07Merge 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
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-02-14t5310: factor out bitmap traversal comparisonJeff King
2020-02-14rev-list: allow bitmaps when counting objectsJeff King
2019-07-02t5310: increase the number of bitmapped commitsJeff King
2019-07-02test-lib: introduce test_commit_bulkJeff King
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King
2019-03-18t5310: correctly remove bitmaps for jgit testJeff King
2018-10-22multi-pack-index: define GIT_TEST_MULTI_PACK_INDEXDerrick Stolee
2018-09-17Merge branch 'jk/pack-objects-with-bitmap-fix'Junio C Hamano
2018-09-04t5310: test delta reuse with bitmapsJeff King
2018-08-27tests: fix and add lint for non-portable head -c NÆvar Arnfjörð Bjarmason
2018-08-20Merge branch 'sg/t5310-empty-input-fix'Junio C Hamano
2018-08-14t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' testSZEDER Gábor
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano
2018-06-18ewah_read_mmap: bounds-check mmap readsJeff King
2018-05-23Merge branch 'sg/t5310-jgit-bitmap-test'Junio C Hamano
2018-05-11t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEXSZEDER Gábor
2018-03-27t/helper: merge test-genrandom into test-toolNguyễn Thái Ngọc Duy
2017-05-09t5310: fix "; do" styleJeff King
2017-05-09pack-objects: disable pack reuse for object-selection optionsJeff King
2017-01-31Merge branch 'dt/disable-bitmap-in-auto-gc' into maintJunio C Hamano
2016-12-29repack: die on incremental + write-bitmap-indexDavid Turner
2016-09-21Merge branch 'ks/pack-objects-bitmap'Junio C Hamano
2016-09-12pack-objects: use reachability bitmap index when generating non-stdout packKirill Smelkov
2016-09-12pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ...Kirill Smelkov