| 430 | } |
| 431 | |
| 432 | static inline void set_commit_tree(struct commit *c, struct tree *t) |
| 433 | { |
| 434 | c->maybe_tree = t; |
| 435 | } |
| 436 | |
| 437 | static void load_tree_from_commit_contents(struct repository *r, struct commit *commit) |
| 438 | { |
no outgoing calls
no test coverage detected