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)
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>
No differences found