summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* 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