summaryrefslogtreecommitdiff
path: root/commit-graph.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-17Merge branch 'ds/commit-graph-tests'Libravatar Junio C Hamano1-0/+2
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+6
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHLibravatar Derrick Stolee1-0/+2
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-07-20commit-reach: use can_all_from_reachLibravatar Derrick Stolee1-0/+6
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-3/+4
2018-07-17commit-graph: add free_commit_graphLibravatar Jonathan Tan1-0/+2
2018-07-17commit-graph: add missing forward declarationLibravatar Jonathan Tan1-0/+2
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-0/+1
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee1-4/+3
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+3
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-0/+8
2018-04-11commit-graph: lazy-load trees for commitsLibravatar Derrick Stolee1-0/+2
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-1/+2
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-1/+3
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-1/+3
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-0/+12
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-0/+23
2018-04-02commit-graph: implement write_commit_graph()Libravatar Derrick Stolee1-0/+6