From: Junio C Hamano <hidden> Date: 2016-06-15 22:58:44
Eugene Sajine [off-list ref] writes:
Is it possible to have access-hook to be executed after receive?
The whole point of access-hook is to allow it to decide whether the
access is allowed or not, so that is a non-starter.
A notification _after_ successful push update is usually done via
the post-receive hook in the receiving repository, I think.