]> mj.ucw.cz Git - libucw.git/commitdiff
GIT commit mails are now in UTF-8
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 24 Mar 2006 15:55:27 +0000 (16:55 +0100)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Fri, 24 Mar 2006 15:55:27 +0000 (16:55 +0100)
build/git/hooks/update

index a7011535e75f442bec2c67b40b15d5dfc547899d..856d415b93ea0b16199a4f28ea96b73354c22cab 100755 (executable)
@@ -53,6 +53,6 @@ else
 fi 
 
 exec >&2
 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
 rm $out
 exit 0