| 4999 | } |
| 5000 | |
| 5001 | static inline void set_commit_tree(struct commit *c, struct tree *t) |
| 5002 | { |
| 5003 | c->maybe_tree = t; |
| 5004 | } |
| 5005 | |
| 5006 | struct commit *make_virtual_commit(struct repository *repo, |
| 5007 | struct tree *tree, |
no outgoing calls
no test coverage detected