diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-01 02:09:09 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-01 02:09:09 -0700 |
commit | 34c6dbdef439f7cd93d3fe22493a3c1496ce96f7 (patch) | |
tree | 650330238dfac230c3c44a8eddaa77c9f09da988 /contrib/hooks | |
parent | Update stale documentation link in the k.org site (diff) | |
parent | Whip post 1.5.3.3 maintenance series into shape. (diff) | |
download | tgif-34c6dbdef439f7cd93d3fe22493a3c1496ce96f7.tar.xz |
Merge branch 'maint'
* maint:
Whip post 1.5.3.3 maintenance series into shape.
git stash: document apply's --index switch
post-receive-hook: Remove the From field from the generated email header so that the pusher's name is used
Diffstat (limited to 'contrib/hooks')
-rw-r--r-- | contrib/hooks/post-receive-email | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 1f88099df4..cbbd02fadd 100644 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -177,7 +177,6 @@ generate_email_header() # --- Email (all stdout will be the email) # Generate header cat <<-EOF - From: $committer To: $recipients Subject: ${EMAILPREFIX}$projectdesc $refname_type, $short_refname, ${change_type}d. $describe X-Git-Refname: $refname |