blob: 617400ae5d9802887c13e7a96f1124a74661a999 [file] [log] [blame]
Chris Kay1c8a4962020-12-09 14:35:46 +00001#!/bin/sh
2
3# shellcheck source=./_/husky.sh
4. "$(dirname "$0")/_/husky.sh"
5
Chris Kay48715e72023-04-18 17:32:41 +01006if ! git config --get tf-a.disableCommitizen > /dev/null; then
7 "$(dirname "$0")/prepare-commit-msg.cz" "$@"
8fi