On Fri, 13 Nov 2009 11:42 +0100, "Matthieu Moy"
[off-list ref] wrote:
See also post-receive-email in git/contrib/hooks/, probably installed
Thank you for your suggestions. I've added a new post-receive hook using
the code from post-receive-email. The hook is executable and is placed
in the remote directory. The push is made from my local pc via ssh, but
after the push nothing seems to happen: the hook is not executed on the
server side. It does not depend from the code inside the hook: even the
unique "touch foobar" command does not work. Where do I have to look?
Thanks