From: Martin Mares Date: Thu, 7 Sep 2006 13:36:01 +0000 (+0200) Subject: Avoid using ~/.muttrc of the user invoking GIT. X-Git-Tag: holmes-import~562^2~3 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0b8770db9379eac8f0a116e53d9bd41de2c0b7a4;p=libucw.git Avoid using ~/.muttrc of the user invoking GIT. --- diff --git a/build/git/hooks/update b/build/git/hooks/update index 01baae60..0f9be14f 100755 --- a/build/git/hooks/update +++ b/build/git/hooks/update @@ -52,6 +52,6 @@ else fi exec >&2 -mutt -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out +mutt -F/dev/null -x -e 'set charset="utf-8"; set send_charset="us-ascii:iso-8859-2:utf-8"' -s "$subj" "$recipient" <$out rm $out exit 0