Merge branch 'jc/cc-stat' into next
[gitweb.git] / commit.c
index af747bde61d8330716e77a4a6db2839d9f8b59c5..06e00987cc471cb80b9ab891cb2c99bc42f26b96 100644 (file)
--- a/commit.c
+++ b/commit.c
@@ -498,7 +498,7 @@ unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit *commit
        const char *subject = NULL;
 
        if (fmt == CMIT_FMT_EMAIL)
-               subject = "Subject: ";
+               subject = "Subject: [PATCH] ";
        if (fmt == CMIT_FMT_ONELINE || fmt == CMIT_FMT_EMAIL)
                indent = 0;