| 612 | } |
| 613 | |
| 614 | static struct tree *empty_tree(struct repository *r) |
| 615 | { |
| 616 | return lookup_tree(r, the_hash_algo->empty_tree); |
| 617 | } |
| 618 | |
| 619 | static int error_dirty_index(struct repository *repo, struct replay_opts *opts) |
| 620 | { |
no test coverage detected