| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ds/commit-graph-leakfix' | Junio C Hamano | 2018-10-19 | 1 | -5/+6 |
|\ |
|
| * | builtin/commit-graph.c: UNLEAK variables | Martin Ågren | 2018-10-07 | 1 | -5/+6 |
* | | Merge branch 'ds/commit-graph-with-grafts' | Junio C Hamano | 2018-10-16 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | commit-graph: not compatible with replace objects | Derrick Stolee | 2018-08-21 | 1 | -0/+4 |
* | | commit-graph write: add progress output | Ævar Arnfjörð Bjarmason | 2018-09-17 | 1 | -2/+3 |
|/ |
|
* | commit-graph: add free_commit_graph | Jonathan Tan | 2018-07-17 | 1 | -0/+2 |
* | commit-graph: add '--reachable' option | Derrick Stolee | 2018-06-27 | 1 | -4/+12 |
* | commit-graph: use string-list API for input | Derrick Stolee | 2018-06-27 | 1 | -26/+13 |
* | commit-graph: add 'verify' subcommand | Derrick Stolee | 2018-06-27 | 1 | -0/+39 |
* | commit-graph: UNLEAK before die() | Derrick Stolee | 2018-06-27 | 1 | -1/+4 |
* | commit-graph: implement "--append" option | Derrick Stolee | 2018-04-11 | 1 | -3/+7 |
* | commit-graph: build graph from starting commits | Derrick Stolee | 2018-04-11 | 1 | -6/+21 |
* | commit-graph: read only from specific pack-indexes | Derrick Stolee | 2018-04-11 | 1 | -3/+30 |
* | commit-graph: implement git commit-graph read | Derrick Stolee | 2018-04-11 | 1 | -0/+56 |
* | commit-graph: implement git-commit-graph write | Derrick Stolee | 2018-04-02 | 1 | -0/+33 |
* | commit-graph: create git-commit-graph builtin | Derrick Stolee | 2018-04-02 | 1 | -0/+36 |