[re-adding git@vger to cc; please keep questions on-list so that others
can also help to answer]
On Wed, Mar 25, 2009 at 11:33:39AM +0100, Alf Clement wrote:
is there a way to push a modified hook script with the repository when
I push it to a server?
And how to get it with pull?
No; for security reasons, no code (including hooks) from remote
repositories is automatically run. The usual method is to include the
hook in your repository and copy it into place after cloning.
-Peff