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