diff options
Diffstat (limited to 'builtin/notes.c')
-rw-r--r-- | builtin/notes.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/notes.c b/builtin/notes.c index 04f9dfb7fb..49d8364af6 100644 --- a/builtin/notes.c +++ b/builtin/notes.c @@ -1096,7 +1096,10 @@ static int get_ref(int argc, const char **argv, const char *prefix) return 0; } -int cmd_notes(int argc, const char **argv, const char *prefix) +int cmd_notes(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { const char *override_notes_ref = NULL; parse_opt_subcommand_fn *fn = NULL; |