summaryrefslogtreecommitdiffstats
path: root/commit-graph.c
AgeCommit message (Expand)AuthorLines
2018-06-27commit-graph: verify commit dateDerrick Stolee-0/+6
2018-06-27commit-graph: verify generation numberDerrick Stolee-0/+34
2018-06-27commit-graph: verify parent listDerrick Stolee-0/+28
2018-06-27commit-graph: verify root tree OIDsDerrick Stolee-1/+16
2018-06-27commit-graph: verify objects existDerrick Stolee-0/+18
2018-06-27commit-graph: verify corrupt OID fanout and lookupDerrick Stolee-0/+36
2018-06-27commit-graph: verify required chunks are presentDerrick Stolee-0/+9
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee-0/+23
2018-06-27commit-graph: load a root tree from specific graphDerrick Stolee-3/+9
2018-06-27commit-graph: parse commit from chosen graphDerrick Stolee-3/+15
2018-06-27commit-graph: fix GRAPH_MIN_SIZEDerrick Stolee-2/+3
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano-32/+81
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+1
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano-4/+24
2018-05-22commit-graph: fix UX issue when .lock file existsDerrick Stolee-17/+5
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee-15/+31
2018-05-22commit-graph: compute generation numbersDerrick Stolee-0/+43
2018-05-22commit: add generation number to struct commitDerrick Stolee-0/+2
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-0/+741
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee-3/+23
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee-1/+1
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee-2/+2
2018-04-11commit-graph: implement "--append" optionDerrick Stolee-1/+16
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee-2/+25
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee-2/+24
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee-1/+140
2018-04-11commit-graph: close under reachabilityDerrick Stolee-0/+45
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee-1/+136
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee-0/+359