commit | c831da664799eb4dbf082a843c34c66889548768 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sun May 21 23:55:00 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sun May 21 23:55:00 2006 -0700 |
tree | 94c532ee014a80c74b1ba54a188ef3d4910b7784 | |
parent | cdd406e389bd6e0b2ad9394340a366c0c5ae27fc [diff] |
builtin format-patch: squelch content-type for 7-bit ASCII 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>