Chris Kay | 1c8a496 | 2020-12-09 14:35:46 +0000 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | # shellcheck source=./_/husky.sh | ||||
4 | . "$(dirname "$0")/_/husky.sh" | ||||
5 | |||||
Chris Kay | 48715e7 | 2023-04-18 17:32:41 +0100 | [diff] [blame] | 6 | if ! git config --get tf-a.disableCommitizen > /dev/null; then |
7 | "$(dirname "$0")/prepare-commit-msg.cz" "$@" | ||||
8 | fi |