update-hook: remove e-mail sending hook.
commit46d409d0bf25b361f812eec4888c46509c203a6d
authorAndy Parkins <andyparkins@gmail.com>
Fri, 23 Mar 2007 10:21:59 +0000 (23 10:21 +0000)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Mar 2007 05:30:53 +0000 (24 22:30 -0700)
tree3cf8fc5a9949ff5dc563bbb7fe5b478fb503fe35
parent2499857b0b5c1801da659e8bff976c1e038f3f3f
update-hook: remove e-mail sending hook.

The update hook's only job is to decide is a particular update
is allowed or not.  It was not the right place to send out
update notification e-mails from to begin with, as the final
stage of updating refs can fail after this hook runs.

Signed-off-by: Andy Parkins <andyparkins@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
templates/hooks--update