]> code.delx.au - monosys/blob - hacks/git-no-husky
notes: fix raspi install notes, also @home -> @username
[monosys] / hacks / git-no-husky
1 #!/bin/bash
2
3 if [ "$1" = "config" ] && [ -z "${GIT_CONFIG_ENABLE}" ] && ! [[ "$2" =~ --get ]]; then
4 echo "Ignoring git $*"
5 exit 0
6 fi
7
8 /usr/bin/git "$@"