projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eefc18
)
Minor tweak on subject line in --pretty=email
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
af747bd
..
06e0098
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;