| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-08 | Merge branch 'ja/doc-placeholders-fix' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-26 | treewide: add direct includes currently only pulled in transitively | Elijah Newren | 1 | -0/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-26 | doc: enforce dashes in placeholders | Jean-Noël Avila | 1 | -1/+1 |
| 2023-10-13 | Merge branch 'jk/commit-graph-leak-fixes' | Junio C Hamano | 1 | -0/+1 |
| 2023-10-03 | commit-graph: clear oidset after finishing write | Jeff King | 1 | -0/+1 |
| 2023-09-28 | commit-graph: report incomplete chains during verification | Jeff King | 1 | -1/+9 |
| 2023-09-28 | commit-graph: detect read errors when verifying graph chain | Jeff King | 1 | -7/+16 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -2/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -0/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | builtin.h: remove unneccessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-06-12 | repository: create disable_replace_refs() | Derrick Stolee | 1 | -1/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | replace-object.h: move read_replace_refs declaration from cache.h to here | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-06 | commit-graph: fix a parse_options_concat() leak | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-02-06 | commit-graph: use free_commit_graph() instead of UNLEAK() | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
| 2022-10-28 | Merge branch 'ab/doc-synopsis-and-cmd-usage' | Junio C Hamano | 1 | -5/+5 |
| 2022-10-13 | doc txt & -h consistency: fix mismatching labels | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-10-13 | doc txt & -h consistency: correct padding around "[]()" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-13 | doc txt & -h consistency: word-wrap | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -1/+1 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -1/+1 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-08-25 | pass subcommand "prefix" arguments to parse_options() | Jeff King | 1 | -2/+2 |
| 2022-08-19 | config: mark unused callback parameters | Jeff King | 1 | -1/+1 |
| 2022-08-19 | builtin/commit-graph.c: let parse-options parse subcommands | SZEDER Gábor | 1 | -17/+13 |
| 2022-03-04 | commit-graph: fix memory leak in misused string_list API | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2021-11-01 | Merge branch 'ab/ignore-replace-while-working-on-commit-graph' | Junio C Hamano | 1 | -1/+1 |
| 2021-10-25 | Merge branch 'ab/parse-options-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2021-10-15 | commit-graph: don't consider "replace" objects with "verify" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-10-08 | commit-graph: stop using optname() | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2021-10-06 | Merge branch 'tb/commit-graph-usage-fix' | Junio C Hamano | 1 | -2/+4 |
| 2021-09-20 | Merge branch 'tb/multi-pack-bitmaps' | Junio C Hamano | 1 | -22/+0 |
| 2021-09-20 | builtin/commit-graph.c: don't accept common --[no-]progress | Taylor Blau | 1 | -2/+4 |
| 2021-09-01 | midx: avoid opening multiple MIDXs when writing | Taylor Blau | 1 | -22/+0 |
| 2021-08-30 | commit-graph: show "unexpected subcommand" error | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-08-30 | commit-graph: show usage on "commit-graph [write|verify] garbage" | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
| 2021-08-30 | commit-graph: early exit to "usage" on !argc | Ævar Arnfjörð Bjarmason | 1 | -6/+7 |
| 2021-08-30 | commit-graph: use parse_options_concat() | Ævar Arnfjörð Bjarmason | 1 | -16/+21 |
| 2021-08-30 | commit-graph: remove redundant handling of -h | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
| 2021-08-30 | commit-graph: define common usage with a macro | Ævar Arnfjörð Bjarmason | 1 | -14/+17 |
| 2021-01-06 | builtin/*: update usage format | ZheNing Hu | 1 | -3/+3 |
| 2020-09-30 | assert PARSE_OPT_NONEG in parse-options callbacks | Jeff King | 1 | -0/+2 |
| 2020-09-18 | commit-graph: introduce 'commitGraph.maxNewFilters' | Taylor Blau | 1 | -0/+14 |
| 2020-09-18 | builtin/commit-graph.c: introduce '--max-new-filters=<n>' | Taylor Blau | 1 | -2/+25 |
| 2020-09-17 | commit-graph: rename 'split_commit_graph_opts' | Taylor Blau | 1 | -10/+10 |
| 2020-09-09 | commit-graph: pass a 'struct repository *' in more places | Taylor Blau | 1 | -1/+1 |
| 2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -1/+4 |
| 2020-07-15 | Merge branch 'tb/commit-graph-no-check-oids' into master | Junio C Hamano | 1 | -3/+1 |
| 2020-07-15 | commit-graph: fix "Collecting commits from input" progress line | SZEDER Gábor | 1 | -3/+1 |
| 2020-07-01 | commit-graph: persist existence of changed-paths | Derrick Stolee | 1 | -1/+4 |
| 2020-06-17 | object: drop parsed_object_pool->commit_count | Abhishek Kumar | 1 | -1/+1 |
| 2020-05-18 | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag | Taylor Blau | 1 | -7/+8 |
| 2020-05-18 | builtin/commit-graph.c: dereference tags in builtin | Taylor Blau | 1 | -3/+21 |
| 2020-05-18 | builtin/commit-graph.c: extract 'read_one_commit()' | Taylor Blau | 1 | -29/+29 |
| 2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -2/+8 |
| 2020-05-01 | Merge branch 'tb/commit-graph-split-strategy' | Junio C Hamano | 1 | -7/+45 |
| 2020-04-29 | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 1 | -8/+3 |
| 2020-04-28 | Merge branch 'ds/commit-graph-expiry-fix' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-15 | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 1 | -3/+8 |
| 2020-04-15 | commit-graph.h: replace 'commit_hex' with 'commits' | Taylor Blau | 1 | -3/+16 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -0/+2 |
| 2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -1/+6 |
| 2020-04-15 | builtin/commit-graph.c: support for '--split[=<strategy>]' | Taylor Blau | 1 | -4/+22 |
| 2020-04-06 | commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag | Garima Singh | 1 | -1/+2 |
| 2020-04-06 | commit-graph: add --changed-paths option to write subcommand | Garima Singh | 1 | -2/+7 |
| 2020-04-01 | commit-graph: fix buggy --expire-time option | Derrick Stolee | 1 | -1/+1 |
| 2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+4 |
| 2020-02-04 | commit-graph.h: use odb in 'load_commit_graph_one_fd_st' | Taylor Blau | 1 | -1/+1 |
| 2020-02-04 | commit-graph.c: remove path normalization, comparison | Taylor Blau | 1 | -1/+1 |
| 2020-02-04 | commit-graph.h: store object directory in 'struct commit_graph' | Taylor Blau | 1 | -1/+1 |
| 2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -5/+28 |
| 2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 1 | -68/+0 |
| 2019-11-10 | Merge branch 'sg/commit-graph-usage-fix' | Junio C Hamano | 1 | -1/+0 |
| 2019-10-28 | builtin/commit-graph.c: remove subcommand-less usage string | SZEDER Gábor | 1 | -1/+0 |
| 2019-10-15 | Merge branch 'gs/commit-graph-trace-with-cmd' | Junio C Hamano | 1 | -0/+6 |
| 2019-10-07 | Merge branch 'gs/commit-graph-progress' | Junio C Hamano | 1 | -5/+14 |
| 2019-10-07 | Merge branch 'jk/commit-graph-cleanup' | Junio C Hamano | 1 | -0/+2 |
| 2019-10-02 | commit-graph: emit trace2 cmd_mode for each sub-command | Garima Singh | 1 | -0/+6 |
| 2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -5/+14 |
| 2019-09-09 | commit-graph: turn off save_commit_buffer | Jeff King | 1 | -0/+2 |
| 2019-08-05 | commit-graph: error out on invalid commit oids in 'write --stdin-commits' | SZEDER Gábor | 1 | -1/+3 |
| 2019-08-05 | commit-graph: turn a group of write-related macro flags into an enum | SZEDER Gábor | 1 | -3/+3 |
| 2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -8/+19 |
| 2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -5/+20 |
| 2019-06-19 | commit-graph: add --split option to builtin | Derrick Stolee | 1 | -3/+7 |
| 2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -3/+5 |
| 2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -10/+10 |
| 2019-04-01 | commit-graph verify: detect inability to read the graph | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
| 2019-04-01 | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2019-04-01 | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 1 | -4/+17 |
| 2019-01-22 | commit-graph: rename "large edges" to "extra edges" | SZEDER Gábor | 1 | -2/+2 |
| 2018-10-19 | Merge branch 'ds/commit-graph-leakfix' | Junio C Hamano | 1 | -5/+6 |
| 2018-10-16 | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 1 | -0/+4 |
| 2018-10-07 | builtin/commit-graph.c: UNLEAK variables | Martin Ågren | 1 | -5/+6 |
| 2018-09-17 | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2018-08-21 | commit-graph: not compatible with replace objects | Derrick Stolee | 1 | -0/+4 |
| 2018-07-17 | commit-graph: add free_commit_graph | Jonathan Tan | 1 | -0/+2 |
| 2018-06-27 | commit-graph: add '--reachable' option | Derrick Stolee | 1 | -4/+12 |
| 2018-06-27 | commit-graph: use string-list API for input | Derrick Stolee | 1 | -26/+13 |
| 2018-06-27 | commit-graph: add 'verify' subcommand | Derrick Stolee | 1 | -0/+39 |
| 2018-06-27 | commit-graph: UNLEAK before die() | Derrick Stolee | 1 | -1/+4 |
| 2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -3/+7 |
| 2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -6/+21 |
| 2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -3/+30 |
| 2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -0/+56 |
| 2018-04-02 | commit-graph: implement git-commit-graph write | Derrick Stolee | 1 | -0/+33 |
| 2018-04-02 | commit-graph: create git-commit-graph builtin | Derrick Stolee | 1 | -0/+36 |