summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
* Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-4/+24
|\
| * commit-graph: lazy-load trees for commitsDerrick Stolee2018-04-111-3/+23
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-2/+2
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-2/+5
|/
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-1/+16
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-2/+25
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-2/+24
* commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-1/+140
* commit-graph: close under reachabilityDerrick Stolee2018-04-111-0/+45
* commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-1/+136
* commit-graph: implement write_commit_graph()Derrick Stolee2018-04-021-0/+359