blob: c49aa558f0fe6b74b9d4d4a7779f0a9f32747388 [file] [log] [blame]
@@
expression c;
@@
- &c->maybe_tree->object.oid
+ get_commit_tree_oid(c)
@@
expression c;
@@
- c->maybe_tree->object.oid.hash
+ get_commit_tree_oid(c)->hash
// These excluded functions must access c->maybe_tree direcly.
@@
identifier f !~ "^(get_commit_tree|get_commit_tree_in_graph_one|load_tree_for_commit)$";
expression c;
@@
f(...) {<...
- c->maybe_tree
+ get_commit_tree(c)
...>}
@@
expression c;
expression s;
@@
- get_commit_tree(c) = s
+ c->maybe_tree = s