- 16a186f rev-list: skip bitmap traversal for --left-right by Jeff King · 4 months ago
- fa01642 revision: fix leaking parents when simplifying commits by Patrick Steinhardt · 5 months ago
- 9552c35 t: retire 'GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP' by Taylor Blau · 7 months ago
- 6789275 tests: teach callers of test_i18ngrep to use test_grep by Junio C Hamano · 1 year, 4 months ago
- b0afdce pack-bitmap.c: use commit boundary during bitmap traversal by Taylor Blau · 1 year, 10 months ago
- 87daf40 Merge branch 'ab/config-multi-and-nonbool' by Junio C Hamano · 1 year, 11 months ago
- 9e2d884 config API: add "string" version of *_value_multi(), fix segfaults by Ævar Arnfjörð Bjarmason · 2 years ago
- 1c7e239 config API users: test for *_get_value_multi() segfaults by Ævar Arnfjörð Bjarmason · 2 years ago
- 8ddc066 pack-bitmap.c: avoid exposing absolute paths by Teng Long · 2 years, 4 months ago
- 89a1ab8 pack-bitmap: remove trace2 region from hot path by Derrick Stolee · 2 years, 5 months ago
- 28cd730 pack-bitmap: prepare to read lookup table extension by Abhradeep Chakraborty · 2 years, 7 months ago
- 76f14b7 pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests by Abhradeep Chakraborty · 2 years, 7 months ago
- f8b60cf pack-bitmap.c: gracefully fallback after opening pack/MIDX by Taylor Blau · 3 years, 1 month ago
- 4f4b184 Merge branch 'es/test-chain-lint' by Junio C Hamano · 3 years, 2 months ago
- 557b2bd Merge branch 'js/test-initial-branch-override-cleanup' by Junio C Hamano · 3 years, 3 months ago
- d0fd993 t5000-t5999: detect and signal failure within loop by Eric Sunshine · 3 years, 3 months ago
- 9f35478 tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed by Johannes Schindelin · 3 years, 3 months ago
- 8c4cbad t/t*: remove custom GIT_TRACE2_EVENT_NESTING by Derrick Stolee · 3 years, 3 months ago
- cfd86ee Merge branch 'ab/test-lib' by Junio C Hamano · 3 years, 4 months ago
- 559664c t5310: drop lib-bundle.sh include by Jeff King · 3 years, 4 months ago
- eb6e956 t5310: disable GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP by Jeff King · 3 years, 6 months ago
- aeb4657 t5310: move some tests to lib-bitmap.sh by Taylor Blau · 3 years, 6 months ago
- 2eebac2 Merge branch 'jk/pack-objects-bitmap-progress-fix' by Junio C Hamano · 3 years, 11 months ago
- 8e118e8 pack-objects: update "nr_seen" progress based on pack-reused count by Jeff King · 4 years ago
- 3f267a1 builtin/pack-objects.c: respect 'pack.preferBitmapTips' by Taylor Blau · 4 years ago
- ddfe900 test-lib-functions: move function to lib-bitmap.sh by Ævar Arnfjörð Bjarmason · 4 years, 1 month ago
- 27d7c85 Merge branch 'js/default-branch-name-tests-final-stretch' by Junio C Hamano · 4 years, 1 month ago
- c256631 Merge branch 'tb/pack-bitmap' by Junio C Hamano · 4 years, 2 months ago
- 45f4eeb pack-bitmap-write: relax unique revwalk condition by Derrick Stolee · 4 years, 3 months ago
- 089f751 pack-bitmap-write: build fewer intermediate bitmaps by Derrick Stolee · 4 years, 3 months ago
- 1467b95 t5310: add branch-based checks by Derrick Stolee · 4 years, 3 months ago
- c5cd749 t5310: drop size of truncated ewah bitmap by Jeff King · 4 years, 3 months ago
- ec6c7b4 pack-bitmap: bounds-check size of cache extension by Jeff King · 4 years, 3 months ago
- 334afbc tests: mark tests relying on the current default for `init.defaultBranch` by Johannes Schindelin · 4 years, 4 months ago
- ea699b4 t5310-pack-bitmaps: skip JGit tests with SHA256 by SZEDER Gábor · 4 years, 4 months ago
- 3ab3185 pack-objects: support filters with bitmaps by Jeff King · 5 years ago
- 4eb707e rev-list: allow commit-only bitmap traversals by Jeff King · 5 years ago
- ea047a8 t5310: factor out bitmap traversal comparison by Jeff King · 5 years ago
- 608d9c9 rev-list: allow bitmaps when counting objects by Jeff King · 5 years ago
- 1ac96cd t5310: increase the number of bitmapped commits by Jeff King · 6 years ago
- b1c36cb test-lib: introduce test_commit_bulk by Jeff King · 6 years ago
- d431660 pack-objects: default to writing bitmap hash-cache by Jeff King · 6 years ago
- 90ca149 t5310: correctly remove bitmaps for jgit test by Jeff King · 6 years ago
- 0465a50 multi-pack-index: define GIT_TEST_MULTI_PACK_INDEX by Derrick Stolee · 6 years ago
- b458300 Merge branch 'jk/pack-objects-with-bitmap-fix' by Junio C Hamano · 6 years ago
- c0d61df t5310: test delta reuse with bitmaps by Jeff King · 7 years ago
- 2a59a6e tests: fix and add lint for non-portable head -c N by Ævar Arnfjörð Bjarmason · 7 years ago
- a15bfa5 Merge branch 'sg/t5310-empty-input-fix' by Junio C Hamano · 7 years ago
- 10c6001 t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test by SZEDER Gábor · 7 years ago
- d3c6751 tests: make use of the test_must_be_empty function by Ævar Arnfjörð Bjarmason · 7 years ago
- f35f43f Merge branch 'jk/ewah-bounds-check' by Junio C Hamano · 7 years ago
- 9d2e330 ewah_read_mmap: bounds-check mmap reads by Jeff King · 7 years ago
- c4e7220 Merge branch 'sg/t5310-jgit-bitmap-test' by Junio C Hamano · 7 years ago
- 87a6bb7 t5310-pack-bitmaps: make JGit tests work with GIT_TEST_SPLIT_INDEX by SZEDER Gábor · 7 years ago
- c680668 t/helper: merge test-genrandom into test-tool by Nguyễn Thái Ngọc Duy · 7 years ago
- da5a1f8 t5310: fix "; do" style by Jeff King · 8 years ago
- 9df4a60 pack-objects: disable pack reuse for object-selection options by Jeff King · 8 years ago
- 8103717 Merge branch 'dt/disable-bitmap-in-auto-gc' into maint by Junio C Hamano · 8 years ago
- 1c409a7 repack: die on incremental + write-bitmap-index by David Turner · 8 years ago
- 7f109ef Merge branch 'ks/pack-objects-bitmap' by Junio C Hamano · 8 years ago
- 645c432 pack-objects: use reachability bitmap index when generating non-stdout pack by Kirill Smelkov · 8 years ago
- 702d1b9 pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use by Kirill Smelkov · 8 years ago
- 63b747c tests: move test_lazy_prereq JGIT to test-lib.sh by Jonathan Tan · 8 years ago
- 5c9f9bf rev-list: "adjust" results of "--count --use-bitmap-index -n" by Jeff King · 9 years ago
- 726359b Merge branch 'jk/rev-list-no-bitmap-while-pruning' into maint by Junio C Hamano · 10 years ago
- c8a70d3 rev-list: disable --use-bitmap-index when pruning commits by Jeff King · 10 years ago
- 26a22d8 Merge branch 'jk/pack-objects-no-bitmap-when-splitting' by Junio C Hamano · 10 years ago
- 2113471 pack-objects: turn off bitmaps when we split packs by Jeff King · 10 years ago
- 25f3119 Merge branch 'jk/repack-pack-writebitmaps-config' by Junio C Hamano · 11 years ago
- 71d76cb repack: introduce repack.writeBitmaps config option by Jeff King · 11 years ago
- 2db1a43 add `ignore_missing_links` mode to revwalk by Vicent Marti · 11 years ago
- 373c67d pack-objects: turn off bitmaps when skipping objects by Jeff King · 11 years ago
- ae4f07f pack-bitmap: implement optional name_hash cache by Vicent Marti · 11 years ago
- 212f2ff t: add basic bitmap functionality tests by Jeff King · 11 years ago