author | Junio C Hamano <junkio@cox.net> | |
Thu, 12 Apr 2007 10:04:05 +0000 (03:04 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 13 Apr 2007 00:43:28 +0000 (17:43 -0700) | ||
commit | 2bfe3cec92be4f5e3bfc0e71ed560df4a726c07b | |
tree | 47fa0f930ef45c5fb2a0354d4d2b4b9d51af3028 | tree | snapshot |
parent | 9aef12673e966fcbefea7716239e159c03b8d94e | commit | diff |
Fix git {log,show,...} --pretty=email
An earlier --subject-prefix patch forgot that format-patch is
not the only codepath that adds the "[PATCH]" prefix, and broke
everybody else in the log family.
Signed-off-by: Junio C Hamano <junkio@cox.net>
An earlier --subject-prefix patch forgot that format-patch is
not the only codepath that adds the "[PATCH]" prefix, and broke
everybody else in the log family.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c | diff | blob | history | |
revision.c | diff | blob | history |