| Commit message (Expand) | Author | Age | Files | Lines |
* | multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX | Derrick Stolee | 2018-10-22 | 1 | -0/+1 |
* | Merge branch 'jk/pack-objects-with-bitmap-fix' | Junio C Hamano | 2018-09-17 | 1 | -0/+93 |
|\ |
|
| * | t5310: test delta reuse with bitmaps | Jeff King | 2018-09-04 | 1 | -0/+93 |
* | | tests: fix and add lint for non-portable head -c N | Ævar Arnfjörð Bjarmason | 2018-08-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sg/t5310-empty-input-fix' | Junio C Hamano | 2018-08-20 | 1 | -3/+4 |
|\ |
|
| * | t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test | SZEDER Gábor | 2018-08-14 | 1 | -3/+4 |
* | | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 2018-07-30 | 1 | -6/+3 |
|/ |
|
* | Merge branch 'jk/ewah-bounds-check' | Junio C Hamano | 2018-06-18 | 1 | -0/+13 |
|\ |
|
| * | ewah_read_mmap: bounds-check mmap reads | Jeff King | 2018-06-18 | 1 | -0/+13 |
* | | Merge branch 'sg/t5310-jgit-bitmap-test' | Junio C Hamano | 2018-05-23 | 1 | -4/+4 |
|\ \ |
|
| * | | t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX | SZEDER Gábor | 2018-05-11 | 1 | -4/+4 |
| |/ |
|
* | | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 2018-03-27 | 1 | -1/+1 |
|/ |
|
* | t5310: fix "; do" stylejk/disable-pack-reuse-when-broken | Jeff King | 2017-05-09 | 1 | -4/+8 |
* | pack-objects: disable pack reuse for object-selection options | Jeff King | 2017-05-09 | 1 | -0/+38 |
* | Merge branch 'dt/disable-bitmap-in-auto-gc' into maint | Junio C Hamano | 2017-01-31 | 1 | -5/+3 |
|\ |
|
| * | repack: die on incremental + write-bitmap-indexdt/disable-bitmap-in-auto-gc | David Turner | 2016-12-29 | 1 | -5/+3 |
* | | Merge branch 'ks/pack-objects-bitmap' | Junio C Hamano | 2016-09-21 | 1 | -0/+104 |
|\ \ |
|
| * | | pack-objects: use reachability bitmap index when generating non-stdout packks/pack-objects-bitmap | Kirill Smelkov | 2016-09-12 | 1 | -0/+12 |
| * | | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ... | Kirill Smelkov | 2016-09-12 | 1 | -0/+92 |
| |/ |
|
* | | tests: move test_lazy_prereq JGIT to test-lib.sh | Jonathan Tan | 2016-09-09 | 1 | -4/+0 |
|/ |
|
* | rev-list: "adjust" results of "--count --use-bitmap-index -n" | Jeff King | 2016-06-03 | 1 | -0/+6 |
* | Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maint | Junio C Hamano | 2015-07-27 | 1 | -0/+6 |
|\ |
|
| * | rev-list: disable --use-bitmap-index when pruning commitsjk/rev-list-no-bitmap-while-pruning | Jeff King | 2015-07-01 | 1 | -0/+6 |
* | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' | Junio C Hamano | 2014-10-24 | 1 | -0/+9 |
|\ \ |
|
| * | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splitting | Jeff King | 2014-10-19 | 1 | -0/+9 |
| |/ |
|
* | | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 2014-06-25 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | repack: introduce repack.writeBitmaps config option | Jeff King | 2014-06-10 | 1 | -1/+1 |
* | | add `ignore_missing_links` mode to revwalk | Vicent Marti | 2014-04-04 | 1 | -0/+31 |
* | | pack-objects: turn off bitmaps when skipping objects | Jeff King | 2014-03-17 | 1 | -1/+4 |
|/ |
|
* | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 | 1 | -1/+2 |
* | t: add basic bitmap functionality tests | Jeff King | 2013-12-30 | 1 | -0/+138 |