diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-19 15:16:08 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-19 15:16:08 -0700 |
commit | 4c4b158b8f31a19f724a84b11fa538bfbf465d32 (patch) | |
tree | 732275d05823059ec97f7c2325dbabf3de49c122 | |
parent | Tentative built-in format-patch. (diff) | |
download | tgif-4c4b158b8f31a19f724a84b11fa538bfbf465d32.tar.xz |
Minor tweak on subject line in --pretty=email
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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; |