summaryrefslogtreecommitdiff
path: root/t/t5310-pack-bitmaps.sh
AgeCommit message (Expand)Author
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
2016-09-09tests: move test_lazy_prereq JGIT to test-lib.shJonathan Tan
2016-06-03rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King
2015-07-27Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maintJunio C Hamano
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsJeff King
2014-10-24Merge branch 'jk/pack-objects-no-bitmap-when-splitting'Junio C Hamano
2014-10-19pack-objects: turn off bitmaps when we split packsJeff King
2014-06-25Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano
2014-06-10repack: introduce repack.writeBitmaps config optionJeff King
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti
2014-03-17pack-objects: turn off bitmaps when skipping objectsJeff King
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-30t: add basic bitmap functionality testsJeff King