summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-9/+9
2018-06-29commit: add repository argument to lookup_commitLibravatar Stefan Beller1-5/+5
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-1/+1
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+1
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-0/+20
2018-06-27commit-graph: use string-list API for inputLibravatar Derrick Stolee1-8/+7
2018-06-27commit-graph: verify contents match checksumLibravatar Derrick Stolee1-2/+14
2018-06-27commit-graph: verify commit dateLibravatar Derrick Stolee1-0/+6
2018-06-27commit-graph: verify generation numberLibravatar Derrick Stolee1-0/+34
2018-06-27commit-graph: verify parent listLibravatar Derrick Stolee1-0/+28
2018-06-27commit-graph: verify root tree OIDsLibravatar Derrick Stolee1-1/+16
2018-06-27commit-graph: verify objects existLibravatar Derrick Stolee1-0/+18
2018-06-27commit-graph: verify corrupt OID fanout and lookupLibravatar Derrick Stolee1-0/+36
2018-06-27commit-graph: verify required chunks are presentLibravatar Derrick Stolee1-0/+9
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+23
2018-06-27commit-graph: load a root tree from specific graphLibravatar Derrick Stolee1-3/+9
2018-06-27commit-graph: parse commit from chosen graphLibravatar Derrick Stolee1-3/+15
2018-06-27commit-graph: fix GRAPH_MIN_SIZELibravatar Derrick Stolee1-2/+3
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Libravatar Junio C Hamano1-32/+81
2018-05-23Merge branch 'sb/oid-object-info'Libravatar Junio C Hamano1-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Libravatar Junio C Hamano1-4/+24
2018-05-22commit-graph: fix UX issue when .lock file existsLibravatar Derrick Stolee1-17/+5
2018-05-22commit-graph: always load commit-graph informationLibravatar Derrick Stolee1-15/+31
2018-05-22commit-graph: compute generation numbersLibravatar Derrick Stolee1-0/+43
2018-05-22commit: add generation number to struct commitLibravatar Derrick Stolee1-0/+2
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+741
2018-04-11commit-graph: lazy-load trees for commitsLibravatar Derrick Stolee1-3/+23
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-1/+1
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-2/+2
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-1/+16
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-2/+25
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-2/+24
2018-04-11commit: integrate commit graph with commit parsingLibravatar Derrick Stolee1-1/+140
2018-04-11commit-graph: close under reachabilityLibravatar Derrick Stolee1-0/+45
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-1/+136
2018-04-02commit-graph: implement write_commit_graph()Libravatar Derrick Stolee1-0/+359