X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-log.c;h=0d34050556855d6bab8b4c4121e833cc326324df;hb=2aaa84567e37f3c90087b56f9440a1608cac2282;hp=c8c620827587f14c4ff3314572c0dd01a4a4cfe3;hpb=c6e73936b9ea26fcad0d77d68194545082343c43;p=git.git diff --git a/builtin-log.c b/builtin-log.c index c8c620827..0d3405055 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -936,7 +936,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) * like "git format-patch -o a123 HEAD^.." may fail; a123 is * possibly a valid SHA1. */ - argc = parse_options(argc, argv, builtin_format_patch_options, + argc = parse_options(argc, argv, prefix, builtin_format_patch_options, builtin_format_patch_usage, PARSE_OPT_KEEP_ARGV0 | PARSE_OPT_KEEP_UNKNOWN);