The only thing I found in Gitolite's manual on hooks, was:
If you want to add your own hook, it's easy as long as it's not the 'update' hook. Just add it to $HOME/.gitolite/hooks/common and run gitolite setup.
However, I would also like to track the changes made to these hooks, with the possibility to revert to an older version if needed (auditing functionality is cited as one of the big advantages of using Gitolite). So, basically, I was expecting something like having to add a hooks
folder in my gitolite-admin clone, and then pushing the hooks to the server (like you do with the config or adding a public key).
Does this make sense? Is it possible?