4 - &c->maybe_tree->object.oid
5 + get_commit_tree_oid(c)
10 - c->maybe_tree->object.oid.hash
11 + get_commit_tree_oid(c)->hash
14 identifier f !~ "^set_commit_tree$";
20 + set_commit_tree(c, s)
23 // These excluded functions must access c->maybe_tree directly.
24 // Note that if c->maybe_tree is written somewhere outside of these
25 // functions, then the recommended transformation will be bogus with
26 // repo_get_commit_tree() on the LHS.
28 identifier f !~ "^(repo_get_commit_tree|get_commit_tree_in_graph_one|load_tree_for_commit|set_commit_tree)$";
33 + repo_get_commit_tree(specify_the_right_repo_here, c)
42 + commit_graph_data_at(c)->generation = E;
45 + commit_graph_data_at(c)->graph_pos = E;
48 + commit_graph_generation(c)
51 + commit_graph_position(c)