diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-19 20:04:09 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-19 20:04:09 -0700 |
commit | 55436162c72c07b51d4a2008ed1177733fbf0a95 (patch) | |
tree | 3e6f4bed238e531efe60693d3f8338a285152acb /commit.c | |
parent | Merge branch 'jc/unresolve' into next (diff) | |
parent | Minor tweak on subject line in --pretty=email (diff) | |
download | tgif-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |