Skip to content

Commit

Permalink
Minor tweak on subject line in --pretty=email
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Apr 19, 2006
1 parent 3eefc18 commit 4c4b158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4c4b158

Please sign in to comment.