diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-23 21:19:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-23 21:19:19 -0800 |
commit | 86db7464496ca82488071c7a9e7e57eff07cd900 (patch) | |
tree | 4991be73e68810bc523b7da1e9052dab22c20d9e /contrib | |
parent | a39b15b4f6a3f08b67b17d968935d177821e680f (diff) | |
parent | 7811aabbe71e02c1c676a02d57356c80bd94f598 (diff) | |
download | git-86db7464496ca82488071c7a9e7e57eff07cd900.tar.gz |
Merge branch 'ch/add-auto-submitted-in-sample-post-receive-email'
* ch/add-auto-submitted-in-sample-post-receive-email:
Add Auto-Submitted header to post-receive-email
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/hooks/post-receive-email | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index b2171a092e..0e5b72d7f1 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 |