Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-11 | commit-graph: lazy-load trees for commits | Derrick Stolee | 1 | -3/+23 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -1/+1 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -2/+2 |
2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -1/+16 |
2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -2/+25 |
2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -2/+24 |
2018-04-11 | commit: integrate commit graph with commit parsing | Derrick Stolee | 1 | -1/+140 |
2018-04-11 | commit-graph: close under reachability | Derrick Stolee | 1 | -0/+45 |
2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -1/+136 |
2018-04-02 | commit-graph: implement write_commit_graph() | Derrick Stolee | 1 | -0/+359 |