summaryrefslogtreecommitdiffstats
path: root/commit-graph.h
AgeCommit message (Expand)AuthorLines
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+1
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan-3/+4
2018-07-17commit-graph: add free_commit_graphJonathan Tan-0/+2
2018-07-17commit-graph: add missing forward declarationJonathan Tan-0/+2
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee-0/+1
2018-06-27commit-graph: use string-list API for inputDerrick Stolee-4/+3
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee-0/+3
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee-0/+8
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee-0/+2
2018-04-11commit-graph: implement "--append" optionDerrick Stolee-1/+2
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee-1/+3
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee-1/+3
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee-0/+12
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee-0/+23
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee-0/+6