From 45e205f4a6cf38ff0f8ade027a7b6a6c7376a00c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 7 Dec 2009 01:58:21 +0100 Subject: git-notify: Pipe e-mails directly to sendmail(8) Use sendmail(8) instead of mail(1) in order to be able to set the "Content-Type" header field on systems where the available mail(1) command doesn't allow for setting it. This makes the "-H" flag (cf. commit 71350c5a) unnecessary. --- tools/git-post-receive-hook | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/git-post-receive-hook') diff --git a/tools/git-post-receive-hook b/tools/git-post-receive-hook index fd1f8697..db9ad9ef 100755 --- a/tools/git-post-receive-hook +++ b/tools/git-post-receive-hook @@ -18,7 +18,6 @@ exec "$gitnotify" \ -u "$gitweburl" \ -A \ -C \ - -H \ -S \ -T \ -X \ -- cgit v1.2.3