summaryrefslogtreecommitdiff
path: root/commit.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-19 20:04:09 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-19 20:04:09 -0700
commit55436162c72c07b51d4a2008ed1177733fbf0a95 (patch)
tree3e6f4bed238e531efe60693d3f8338a285152acb /commit.c
parentMerge branch 'jc/unresolve' into next (diff)
parentMinor tweak on subject line in --pretty=email (diff)
downloadtgif-55436162c72c07b51d4a2008ed1177733fbf0a95.tar.xz
Merge branch 'jc/fmt-patch' into next
* jc/fmt-patch: Minor tweak on subject line in --pretty=email
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;