We\'d like to make a few basic hook scripts that we can all share -- for things like pre-formatting commit messages. Git has hook scripts for that that are normally stored
How about git-hooks, it route .git/hooks invoke into script under project directory githooks.
.git/hooks
githooks
There are also lot of features to enable you minimize copy and symlink hook all over the place.