summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-21commit-graph: not compatible with replace objectsLibravatar Derrick Stolee1-0/+4
2018-07-17commit-graph: add free_commit_graphLibravatar Jonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-4/+12
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee1-26/+13
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+39
2018-06-27commit-graph: UNLEAK before die()Libravatar Derrick Stolee1-1/+4
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-3/+7
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-6/+21
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-3/+30
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-0/+56
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee1-0/+33
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee1-0/+36