Derrick Stolee <dstolee@xxxxxxxxxxxxx> writes: > 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 <dstolee@xxxxxxxxxxxxx> Looks good to me. > --- > commit-graph.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) [...]