summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
AgeCommit message (Expand)Author
2018-07-17commit-graph: add free_commit_graphJonathan Tan
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27commit-graph: use string-list API for inputDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee
2018-06-27commit-graph: UNLEAK before die()Derrick Stolee
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee