diff options
Diffstat (limited to 'builtin/range-diff.c')
-rw-r--r-- | builtin/range-diff.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/range-diff.c b/builtin/range-diff.c index f02cbac087..3e67259aec 100644 --- a/builtin/range-diff.c +++ b/builtin/range-diff.c @@ -13,7 +13,10 @@ N_("git range-diff [<options>] <base> <old-tip> <new-tip>"), NULL }; -int cmd_range_diff(int argc, const char **argv, const char *prefix) +int cmd_range_diff(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { struct diff_options diffopt = { NULL }; struct strvec other_arg = STRVEC_INIT; |