commit: use generations in paint_down_to_common()
[gitweb.git] / commit-graph.c
2018-05-22 commit-graph: compute generation numbers
2018-05-22 commit: add generation number to struct commit
2018-04-11 commit-graph: lazy-load trees for commits
2018-04-11 treewide: replace maybe_tree with accessor methods
2018-04-11 treewide: rename tree to maybe_tree
2018-04-11 Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
2018-04-11 commit-graph: implement "--append" option
2018-04-11 commit-graph: build graph from starting commits
2018-04-11 commit-graph: read only from specific pack-indexes
2018-04-11 commit: integrate commit graph with commit parsing
2018-04-11 commit-graph: close under reachability
2018-04-11 commit-graph: implement git commit-graph read
2018-04-02 commit-graph: implement write_commit_graph()