Re: [PATCH v7 06/22] commit-graph: load a root tree from specific graph

2018-07-11 Thread SZEDER Gábor
> When lazy-loading a tree for a commit, it will be important to select > the tree from a specific struct commit_graph. Create a new method that > specifies the commit-graph file and use that in > get_commit_tree_in_graph(). > > Signed-off-by: Derrick Stolee > --- > commit-graph.c | 12 +++

[PATCH v7 06/22] commit-graph: load a root tree from specific graph

2018-06-27 Thread Derrick Stolee
When lazy-loading a tree for a commit, it will be important to select the tree from a specific struct commit_graph. Create a new method that specifies the commit-graph file and use that in get_commit_tree_in_graph(). Signed-off-by: Derrick Stolee --- commit-graph.c | 12 +--- 1 file chan