Code

git-notify: Pipe e-mails directly to sendmail(8)
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 7 Dec 2009 00:58:21 +0000 (01:58 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 7 Dec 2009 00:58:21 +0000 (01:58 +0100)
commit45e205f4a6cf38ff0f8ade027a7b6a6c7376a00c
treeaf2f9c3b8792bf1c58ab2e5b156be7413d40f4e2
parent78fc8f4909750407585990aa10522d9510a69804
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-notify
tools/git-post-receive-hook