gitolite post-receive hook not triggering
In my .gitolite.rc file I have: LOCAL_CODE => "$ENV{HOME}/.gitolite/local" ..then in ENABLE section of the same file I have enabled repo-specific-hooks : ENABLE => [ # COMMANDS # These are the commands enabled by default 'help', 'desc', 'info', ..., ..., ..., 'repo-specific-hooks' ..., ..., ... ] , now, on my local machine inside gitolite-admin folder I have: gitolite-admin ... ... └──local/ └── hooks/ ├── common/ └── repo-specific/ └── message* <-- this one I want to call in a post-receive hook! , and for some repo in my gitolite-admin conf file: repo foo RW+ = @all option hook.post-receive =