| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-07 | t: introduce PERL_TEST_HELPERS prerequisite | Patrick Steinhardt | 1 | -1/+1 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-10-24 | t: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-06-07 | commit-graph.c: remove temporary graph layers on exit | Taylor Blau | 1 | -1/+25 |
| 2023-11-08 | Merge branch 'jc/test-i18ngrep' | Junio C Hamano | 1 | -10/+10 |
| 2023-11-02 | tests: teach callers of test_i18ngrep to use test_grep | Junio C Hamano | 1 | -8/+8 |
| 2023-10-23 | Merge branch 'jk/chunk-bounds' | Junio C Hamano | 1 | -3/+17 |
| 2023-10-13 | Merge branch 'jk/commit-graph-leak-fixes' | Junio C Hamano | 1 | -0/+2 |
| 2023-10-09 | commit-graph: bounds-check base graphs chunk | Jeff King | 1 | -0/+14 |
| 2023-10-09 | commit-graph: check consistency of fanout table | Jeff King | 1 | -3/+3 |
| 2023-10-03 | commit-graph: clear oidset after finishing write | Jeff King | 1 | -0/+2 |
| 2023-09-28 | commit-graph: report incomplete chains during verification | Jeff King | 1 | -3/+29 |
| 2023-09-28 | commit-graph: tighten chain size check | Jeff King | 1 | -0/+12 |
| 2023-09-28 | commit-graph: detect read errors when verifying graph chain | Jeff King | 1 | -2/+2 |
| 2023-09-28 | t5324: harmonize sha1/sha256 graph chain corruption | Jeff King | 1 | -5/+20 |
| 2023-07-10 | commit-graph.c: avoid duplicated progress output during `verify` | Taylor Blau | 1 | -1/+2 |
| 2022-03-01 | commit-graph: start parsing generation v2 (again) | Derrick Stolee | 1 | -2/+7 |
| 2022-03-01 | test-read-graph: include extra post-parse info | Derrick Stolee | 1 | -0/+5 |
| 2021-10-15 | commit-graph tests: fix another graph_git_two_modes() helper | Ævar Arnfjörð Bjarmason | 1 | -8/+12 |
| 2021-02-25 | commit-graph: use config to specify generation type | Derrick Stolee | 1 | -2/+2 |
| 2021-01-18 | commit-graph: use generation v2 only if entire chain does | Abhishek Kumar | 1 | -0/+181 |
| 2021-01-18 | commit-graph: implement generation data chunk | Abhishek Kumar | 1 | -6/+6 |
| 2020-11-02 | Merge branch 'ds/commit-graph-merging-fix' | Junio C Hamano | 1 | -0/+13 |
| 2020-10-09 | commit-graph: don't write commit-graph when disabled | Derrick Stolee | 1 | -1/+2 |
| 2020-10-09 | commit-graph: ignore duplicates when merging layers | Derrick Stolee | 1 | -0/+25 |
| 2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -0/+13 |
| 2020-09-09 | commit-graph: introduce 'get_bloom_filter_settings()' | Taylor Blau | 1 | -0/+13 |
| 2020-08-17 | commit-graph: use the "hash version" byte | Derrick Stolee | 1 | -1/+4 |
| 2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -1/+0 |
| 2020-07-30 | t: remove test_oid_init in tests | brian m. carlson | 1 | -1/+0 |
| 2020-07-07 | t5324: reorder `run_with_limited_open_files test_might_fail` | Denton Liu | 1 | -1/+1 |
| 2020-05-05 | Merge branch 'tb/commit-graph-perm-bits' | Junio C Hamano | 1 | -0/+24 |
| 2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -0/+1 |
| 2020-05-01 | Merge branch 'tb/commit-graph-fd-exhaustion-fix' | Junio C Hamano | 1 | -0/+13 |
| 2020-05-01 | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 1 | -0/+30 |
| 2020-04-29 | commit-graph.c: make 'commit-graph-chain's read-only | Taylor Blau | 1 | -0/+2 |
| 2020-04-29 | commit-graph.c: ensure graph layers respect core.sharedRepository | Taylor Blau | 1 | -0/+22 |
| 2020-04-28 | Merge branch 'ds/commit-graph-expiry-fix' | Junio C Hamano | 1 | -1/+7 |
| 2020-04-23 | commit-graph.c: gracefully handle file descriptor exhaustion | Taylor Blau | 1 | -0/+13 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -0/+19 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -0/+11 |
| 2020-04-06 | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag | Garima Singh | 1 | -0/+1 |
| 2020-04-01 | commit-graph: fix buggy --expire-time option | Derrick Stolee | 1 | -1/+7 |
| 2020-01-15 | t5324: make hash size independent | brian m. carlson | 1 | -3/+10 |
| 2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 1 | -1/+1 |
| 2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -1/+1 |
| 2019-09-09 | Merge branch 'ds/feature-macros' | Junio C Hamano | 1 | -0/+2 |
| 2019-08-13 | commit-graph: turn on commit-graph by default | Derrick Stolee | 1 | -0/+2 |
| 2019-08-05 | commit-graph: fix bug around octopus merges | Derrick Stolee | 1 | -1/+3 |
| 2019-06-19 | commit-graph: test verify across alternates | Derrick Stolee | 1 | -0/+19 |
| 2019-06-19 | commit-graph: normalize commit-graph filenames | Derrick Stolee | 1 | -1/+6 |
| 2019-06-19 | commit-graph: test --split across alternate without --split | Derrick Stolee | 1 | -0/+15 |
| 2019-06-19 | commit-graph: test octopus merges with --split | Derrick Stolee | 1 | -0/+11 |
| 2019-06-19 | commit-graph: clean up chains after flattened write | Derrick Stolee | 1 | -0/+12 |
| 2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -0/+62 |
| 2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -0/+47 |
| 2019-06-19 | commit-graph: expire commit-graph files | Derrick Stolee | 1 | -1/+1 |
| 2019-06-19 | commit-graph: allow cross-alternate chains | Derrick Stolee | 1 | -0/+37 |
| 2019-06-19 | commit-graph: merge commit-graph chains | Derrick Stolee | 1 | -0/+13 |
| 2019-06-19 | commit-graph: add --split option to builtin | Derrick Stolee | 1 | -0/+122 |