]> git.ipfire.org Git - thirdparty/git.git/commit
Fix git {log,show,...} --pretty=email
authorJunio C Hamano <junkio@cox.net>
Thu, 12 Apr 2007 10:04:05 +0000 (03:04 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 13 Apr 2007 00:43:28 +0000 (17:43 -0700)
commit2bfe3cec92be4f5e3bfc0e71ed560df4a726c07b
tree47fa0f930ef45c5fb2a0354d4d2b4b9d51af3028
parent9aef12673e966fcbefea7716239e159c03b8d94e
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>
builtin-log.c
revision.c