X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fshortlog.c;h=1a21e4b0538565f7a64488ed7b3a5c317e559699;hb=50aaeca008194854dcc90836edaff58b9be6e0fc;hp=2135b0dde11faa0c501682ed074e0ba96bf28b42;hpb=657072f3ac5519f146a947253c9959909b38c293;p=git.git diff --git a/builtin/shortlog.c b/builtin/shortlog.c index 2135b0dde..1a21e4b05 100644 --- a/builtin/shortlog.c +++ b/builtin/shortlog.c @@ -268,8 +268,8 @@ int cmd_shortlog(int argc, const char **argv, const char *prefix) git_config(git_default_config, NULL); shortlog_init(&log); init_revisions(&rev, prefix); - parse_options_start(&ctx, argc, argv, prefix, PARSE_OPT_KEEP_DASHDASH | - PARSE_OPT_KEEP_ARGV0); + parse_options_start(&ctx, argc, argv, prefix, options, + PARSE_OPT_KEEP_DASHDASH | PARSE_OPT_KEEP_ARGV0); for (;;) { switch (parse_options_step(&ctx, options, shortlog_usage)) {