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 | |
parent | 326df26d3349ee2f4d63b737ba318d6e6fafccd9 (diff) | |
parent | 5946d4ba8970f00bb62b2c9e8714264831034043 (diff) | |
download | git-34c6dbdef439f7cd93d3fe22493a3c1496ce96f7.tar.gz |
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')
-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 |