summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3eefc18)
raw | patch | inline | side by side (parent: 3eefc18)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 19 Apr 2006 22:16:08 +0000 (15:16 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 19 Apr 2006 22:16:08 +0000 (15:16 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c | patch | blob | history |
diff --git a/commit.c b/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;