I hereby claim:
- I am woutervh on github.
- I am woutervh (https://keybase.io/woutervh) on keybase.
- I have a public key ASCUEGFwBoU5XC2Iwn8Fi-4K1eKgaceoOrOZ-Z-g-Xt_xAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Allow multiple hooks. | |
# | |
# To use it copy this script with executable permission in ".git/hooks/hook-name" | |
# where hook-name is the name of the hook (see man githooks to know available hooks). | |
# Then place your scripts with executable permission in ".git/hooks/hook-name.d/". | |
# | |
# Changes: | |
# - add support for symlinked commithooks |