Add proper content-type header to mails generated by post-receive-email, as suggested by Alexander Gerasiov in http://www.mail-archive.com/debian-bugs-dist@xxxxxxxxxxxxxxxx/msg588535.html Signed-off-by: Fabian Emmes <emmes@xxxxxxxxxxxxxxxxxxxxxxxxx> --- contrib/hooks/post-receive-email | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 2a66063..0c50155 100755 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -197,6 +197,7 @@ generate_email_header() cat <<-EOF To: $recipients Subject: ${emailprefix}$projectdesc $refname_type, $short_refname, ${change_type}d. $describe + Content-Type: text/plain; charset=utf-8 X-Git-Refname: $refname X-Git-Reftype: $refname_type X-Git-Oldrev: $oldrev -- 1.6.3.1.9.g95405b -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html