diff options
Diffstat (limited to 'builtin/shortlog.c')
| -rw-r--r-- | builtin/shortlog.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/shortlog.c b/builtin/shortlog.c index b529608c92..70eb789033 100644 --- a/builtin/shortlog.c +++ b/builtin/shortlog.c @@ -378,7 +378,10 @@ void shortlog_finish_setup(struct shortlog *log) string_list_sort(&log->trailers); } -int cmd_shortlog(int argc, const char **argv, const char *prefix) +int cmd_shortlog(int argc, + const char **argv, + const char *prefix, + struct repository *repo UNUSED) { struct shortlog log = { STRING_LIST_INIT_NODUP }; struct rev_info rev; |
