Handle format.subjectprefix for every command which accepts --pretty
commitd54276f207081e35174c5d742e378cfff6e9843f
authorAlex Riesen <raa@limbo.localdomain>
Wed, 4 Jul 2007 10:37:27 +0000 (4 12:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jul 2007 19:39:58 +0000 (4 12:39 -0700)
tree201dff66ea327ea1a6a7c975732172381bb6958e
parent88c447e8f467c6b2ca09ad91f3fa1d1d662dd04d
Handle format.subjectprefix for every command which accepts --pretty

Because the --pretty can be given as --pretty=email which historically produced
mails with patches. IOW, exactly what git-format-patch does.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c