builtin format-patch: squelch content-type for 7-bit ASCII
authorJunio C Hamano <junkio@cox.net>
Mon, 22 May 2006 06:55:00 +0000 (23:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 May 2006 06:55:00 +0000 (23:55 -0700)
When --attach is not used, usually we do not say Content-Type:
and fluff, but if the commit message is not 7-bit ASCII, mark
it as "text/plain; charset=UTF-8".  This unclutters output
somewhat.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found