diff options
Diffstat (limited to 'builtin/hook.c')
| -rw-r--r-- | builtin/hook.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/hook.c b/builtin/hook.c index cc37438fde..f02e2421ac 100644 --- a/builtin/hook.c +++ b/builtin/hook.c @@ -66,7 +66,10 @@ usage: usage_with_options(builtin_hook_run_usage, run_options); } -int cmd_hook(int argc, const char **argv, const char *prefix) +int cmd_hook(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { parse_opt_subcommand_fn *fn = NULL; struct option builtin_hook_options[] = { |
