summaryrefslogtreecommitdiff
path: root/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano2018-06-251-32/+81
|\
| * commit-graph: fix UX issue when .lock file existsDerrick Stolee2018-05-221-17/+5
| * commit-graph: always load commit-graph informationDerrick Stolee2018-05-221-15/+31
| * commit-graph: compute generation numbersDerrick Stolee2018-05-221-0/+43
| * commit: add generation number to struct commitDerrick Stolee2018-05-221-0/+2
* | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+1
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-4/+24
|\ \ | |/
| * commit-graph: lazy-load trees for commitsDerrick Stolee2018-04-111-3/+23
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-2/+2
* | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-2/+5
|/
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-1/+16
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-2/+25
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-2/+24
* commit: integrate commit graph with commit parsingDerrick Stolee2018-04-111-1/+140
* commit-graph: close under reachabilityDerrick Stolee2018-04-111-0/+45
* commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-1/+136
* commit-graph: implement write_commit_graph()Derrick Stolee2018-04-021-0/+359