Not sure if this is possible in git (I haven\'t found it but I may be using the wrong vocabulary in my searches), but it be would useful to be able to modify and enable hook
For MacPorts dorectory will be /opt/local/share/git-core/templates/
To share hooks or templates with team members I usually create subdirectory in
project like $PROJECT_DIR/lib/git/hooks
then create Rake task or shell script
to copy cp $PROJECT_DIR/git/hooks/* $PROJECT_DIR/.git/hooks.
Symbolic links doesn't work.