Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/fmt-patch' into next
author
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 03:04:09 +0000
(20:04 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 20 Apr 2006 03:04:09 +0000
(20:04 -0700)
* jc/fmt-patch:
Minor tweak on subject line in --pretty=email
commit.c
patch
|
blob
|
history
raw
(from parent 1:
60571f7
)
diff --git
a/commit.c
b/commit.c
index af747bde61d8330716e77a4a6db2839d9f8b59c5..06e00987cc471cb80b9ab891cb2c99bc42f26b96 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;