Age | Commit message (Expand) | Author | Files | Lines |
2021-04-20 | Merge branch 'jk/pack-objects-bitmap-progress-fix' | Junio C Hamano | 1 | -0/+23 |
2021-04-12 | pack-objects: update "nr_seen" progress based on pack-reused count | Jeff King | 1 | -0/+23 |
2021-03-31 | builtin/pack-objects.c: respect 'pack.preferBitmapTips' | Taylor Blau | 1 | -0/+38 |
2021-02-10 | test-lib-functions: move function to lib-bitmap.sh | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2021-01-25 | Merge branch 'js/default-branch-name-tests-final-stretch' | Junio C Hamano | 1 | -0/+3 |
2021-01-06 | Merge branch 'tb/pack-bitmap' | Junio C Hamano | 1 | -38/+139 |
2020-12-08 | pack-bitmap-write: relax unique revwalk condition | Derrick Stolee | 1 | -16/+17 |
2020-12-08 | pack-bitmap-write: build fewer intermediate bitmaps | Derrick Stolee | 1 | -3/+82 |
2020-12-08 | t5310: add branch-based checks | Derrick Stolee | 1 | -27/+34 |
2020-12-08 | t5310: drop size of truncated ewah bitmap | Jeff King | 1 | -7/+8 |
2020-12-08 | pack-bitmap: bounds-check size of cache extension | Jeff King | 1 | -2/+15 |
2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
2020-11-16 | t5310-pack-bitmaps: skip JGit tests with SHA256 | SZEDER Gábor | 1 | -2/+2 |
2020-02-14 | pack-objects: support filters with bitmaps | Jeff King | 1 | -0/+14 |
2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -0/+6 |
2020-02-14 | t5310: factor out bitmap traversal comparison | Jeff King | 1 | -7/+3 |
2020-02-14 | rev-list: allow bitmaps when counting objects | Jeff King | 1 | -0/+6 |
2019-07-02 | t5310: increase the number of bitmapped commits | Jeff King | 1 | -1/+1 |
2019-07-02 | test-lib: introduce test_commit_bulk | Jeff King | 1 | -12/+3 |
2019-03-18 | pack-objects: default to writing bitmap hash-cache | Jeff King | 1 | -2/+1 |
2019-03-18 | t5310: correctly remove bitmaps for jgit test | Jeff King | 1 | -1/+1 |
2018-10-22 | multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX | Derrick Stolee | 1 | -0/+1 |
2018-09-17 | Merge branch 'jk/pack-objects-with-bitmap-fix' | Junio C Hamano | 1 | -0/+93 |
2018-09-04 | t5310: test delta reuse with bitmaps | Jeff King | 1 | -0/+93 |
2018-08-27 | tests: fix and add lint for non-portable head -c N | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-08-20 | Merge branch 'sg/t5310-empty-input-fix' | Junio C Hamano | 1 | -3/+4 |
2018-08-14 | t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test | SZEDER Gábor | 1 | -3/+4 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -6/+3 |
2018-06-18 | Merge branch 'jk/ewah-bounds-check' | Junio C Hamano | 1 | -0/+13 |
2018-06-18 | ewah_read_mmap: bounds-check mmap reads | Jeff King | 1 | -0/+13 |
2018-05-23 | Merge branch 'sg/t5310-jgit-bitmap-test' | Junio C Hamano | 1 | -4/+4 |
2018-05-11 | t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX | SZEDER Gábor | 1 | -4/+4 |
2018-03-27 | t/helper: merge test-genrandom into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-05-09 | t5310: fix "; do" style | Jeff King | 1 | -4/+8 |
2017-05-09 | pack-objects: disable pack reuse for object-selection options | Jeff King | 1 | -0/+38 |
2017-01-31 | Merge branch 'dt/disable-bitmap-in-auto-gc' into maint | Junio C Hamano | 1 | -5/+3 |
2016-12-29 | repack: die on incremental + write-bitmap-index | David Turner | 1 | -5/+3 |
2016-09-21 | Merge branch 'ks/pack-objects-bitmap' | Junio C Hamano | 1 | -0/+104 |
2016-09-12 | pack-objects: use reachability bitmap index when generating non-stdout pack | Kirill Smelkov | 1 | -0/+12 |
2016-09-12 | pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is ... | Kirill Smelkov | 1 | -0/+92 |
2016-09-09 | tests: move test_lazy_prereq JGIT to test-lib.sh | Jonathan Tan | 1 | -4/+0 |
2016-06-03 | rev-list: "adjust" results of "--count --use-bitmap-index -n" | Jeff King | 1 | -0/+6 |
2015-07-27 | Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maint | Junio C Hamano | 1 | -0/+6 |
2015-07-01 | rev-list: disable --use-bitmap-index when pruning commits | Jeff King | 1 | -0/+6 |
2014-10-24 | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' | Junio C Hamano | 1 | -0/+9 |
2014-10-19 | pack-objects: turn off bitmaps when we split packs | Jeff King | 1 | -0/+9 |
2014-06-25 | Merge branch 'jk/repack-pack-writebitmaps-config' | Junio C Hamano | 1 | -1/+1 |
2014-06-10 | repack: introduce repack.writeBitmaps config option | Jeff King | 1 | -1/+1 |
2014-04-04 | add `ignore_missing_links` mode to revwalk | Vicent Marti | 1 | -0/+31 |
2014-03-17 | pack-objects: turn off bitmaps when skipping objects | Jeff King | 1 | -1/+4 |