From: Chris Hiestand Date: Wed, 16 Jan 2013 17:29:14 +0000 (-0800) Subject: Add Auto-Submitted header to post-receive-email X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7811aabbe71e02c1c676a02d57356c80bd94f598;p=git.git Add Auto-Submitted header to post-receive-email This conforms to RFC3834 and is useful in preventing eg vacation auto-responders from replying by default Signed-off-by: Chris Hiestand Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index b2171a092..0e5b72d7f 100755 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -237,6 +237,7 @@ generate_email_header() X-Git-Reftype: $refname_type X-Git-Oldrev: $oldrev X-Git-Newrev: $newrev + Auto-Submitted: auto-generated This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing