From: Krzysztof Mazur Date: Tue, 9 Oct 2012 23:02:56 +0000 (+0200) Subject: git-send-email: introduce compose-encoding X-Git-Tag: v1.8.1-rc0~77^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/62e0069056ed11294c29bae25df69b6518f6339e?ds=inline;hp=62e0069056ed11294c29bae25df69b6518f6339e git-send-email: introduce compose-encoding The introduction email (--compose option) have encoding hardcoded to UTF-8, but invoked editor may not use UTF-8 encoding. The encoding used by patches can be changed by the "8bit-encoding" option, but this option does not have effect on introduction email and equivalent for introduction email is missing. Added compose-encoding command line option and sendemail.composeencoding configuration option specify encoding of introduction email. Signed-off-by: Krzysztof Mazur Signed-off-by: Junio C Hamano ---