diff options
Diffstat (limited to 'builtin/log.c')
| -rw-r--r-- | builtin/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/log.c b/builtin/log.c index 4750e480e6..4da7399905 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -2066,6 +2066,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) cover_from_description_mode = parse_cover_from_description(cover_from_description_arg); if (rfc && rfc[0]) { + subject_prefix = 1; if (rfc[0] == '-') strbuf_addf(&sprefix, " %s", rfc + 1); else |
