summaryrefslogtreecommitdiffstats
path: root/commit-graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano1-4/+24
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+741
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee1-3/+23
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee1-2/+2
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-1/+16
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-2/+25
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-2/+24
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee1-1/+140
2018-04-11commit-graph: close under reachabilityDerrick Stolee1-0/+45
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-1/+136
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee1-0/+359