From: Pavel Charvat Date: Fri, 24 Mar 2006 15:55:27 +0000 (+0100) Subject: GIT commit mails are now in UTF-8 X-Git-Tag: holmes-import~659 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2b142f12b764fd7c84bfc3b861875a02b129a11b;p=libucw.git GIT commit mails are now in UTF-8 --- diff --git a/build/git/hooks/update b/build/git/hooks/update index a7011535..856d415b 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -53,6 +53,6 @@ else fi exec >&2 -mail -s "$subj" "$recipient" <$out +mutt -x -e 'set charset="utf-8"; set allow_8bit=no; set send_charset="utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0