| 839 | } |
| 840 | |
| 841 | int run_hooks(struct repository *r, const char *hook_name) |
| 842 | { |
| 843 | struct run_hooks_opt opt = RUN_HOOKS_OPT_INIT; |
| 844 | |
| 845 | return run_hooks_opt(r, hook_name, &opt); |
| 846 | } |
| 847 | |
| 848 | int run_hooks_l(struct repository *r, const char *hook_name, ...) |
| 849 | { |
no test coverage detected