]> mj.ucw.cz Git - libucw.git/commitdiff
Avoid using ~/.muttrc of the user invoking GIT.
authorMartin Mares <mj@ucw.cz>
Thu, 7 Sep 2006 13:36:01 +0000 (15:36 +0200)
committerMartin Mares <mj@ucw.cz>
Thu, 7 Sep 2006 13:36:01 +0000 (15:36 +0200)
build/git/hooks/update

index 01baae603d578d7c250b15bb6fbb893b5abf6fe4..0f9be14f067129fc88f6400fa97c862f27deeff5 100755 (executable)
@@ -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