Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-20 02:16:08 +0400
committerJunio C Hamano <junkio@cox.net>2006-04-20 02:16:08 +0400
commit4c4b158b8f31a19f724a84b11fa538bfbf465d32 (patch)
tree732275d05823059ec97f7c2325dbabf3de49c122 /commit.c
parent3eefc189172b88dece6fb6d479b3ed13cc483dbc (diff)
Minor tweak on subject line in --pretty=email
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'commit.c')
-rw-r--r--commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit.c b/commit.c
index af747bde61..06e00987cc 100644
--- 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;