]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/log.c
Merge branch 'jc/format-patch-rfc-more'
[thirdparty/git.git] / builtin / log.c
index 4750e480e607251924b8a64dec228c55e8a4a4d4..4da73999053141ad51b866fec7387071c3ca9108 100644 (file)
@@ -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