Browse Source

Merge branch 'jc/fmt-patch' into next

* jc/fmt-patch:
  Minor tweak on subject line in --pretty=email
maint
Junio C Hamano 19 years ago
parent
commit
55436162c7
  1. 2
      commit.c

2
commit.c

@ -498,7 +498,7 @@ unsigned long pretty_print_commit(enum cmit_fmt fmt, const struct commit *commit @@ -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;


Loading…
Cancel
Save