The branch, master has been updated via 1a5e64308d67d5f26cc2ea0497134ac7fe1033ed (commit) from 5043584361445bd86ec5c43f8d6925b222fbe9bd (commit)
- Log ----------------------------------------------------------------- commit 1a5e64308d67d5f26cc2ea0497134ac7fe1033ed Author: Michal Čihař michal@cihar.com Date: Thu Feb 25 17:18:20 2010 +0100
Do not include from header.
-----------------------------------------------------------------------
Summary of changes: git-hooks/git-ciabot | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/git-hooks/git-ciabot b/git-hooks/git-ciabot index 8367301..522031a 100755 --- a/git-hooks/git-ciabot +++ b/git-hooks/git-ciabot @@ -28,7 +28,6 @@ project="$(git config hooks.cia-project)" noisy=false
# Addresses for the e-mail -from="you@yourthing.com" to="cia@cia.vc"
# SMTP client to use @@ -98,7 +97,6 @@ ${logmessage}
${sendmail} << EOM Message-ID: <${merged:0:12}.${author}@${project}> -From: ${from} To: ${to} Content-type: text/xml Subject: DeliverXML
hooks/post-receive