summaryrefslogtreecommitdiff
path: root/commit-graph.c
AgeCommit message (Expand)Author
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano
2018-05-23Merge branch 'ds/lazy-load-trees'Junio C Hamano
2018-05-22commit-graph: fix UX issue when .lock file existsDerrick Stolee
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-05-22commit-graph: compute generation numbersDerrick Stolee
2018-05-22commit: add generation number to struct commitDerrick Stolee
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick 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: integrate commit graph with commit parsingDerrick Stolee
2018-04-11commit-graph: close under reachabilityDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement write_commit_graph()Derrick Stolee