| 1123 | } |
| 1124 | |
| 1125 | struct tree *get_commit_tree_in_graph(struct repository *r, const struct commit *c) |
| 1126 | { |
| 1127 | return get_commit_tree_in_graph_one(r->objects->commit_graph, c); |
| 1128 | } |
| 1129 | |
| 1130 | struct write_commit_graph_context { |
| 1131 | struct repository *r; |