git-hooks is a tool that makes it easy to re-use hook scripts across projects.
I installed it by cloning the repo and symlinking it into /usr/local/bin
.
git clone git://github.com/icefox/git-hooks.git
cd git-hooks
ln -s `pwd`/git-hooks /usr/local/bin/git-hooks