| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |