blob: 7b6ebdf75c4dc7efe2ae249ddce3ee3db59b599f [file] [log] [blame]
#!/bin/sh
[ -e "build/git-hooks/prepare-commit-msg" ] && exec sh "build/git-hooks/prepare-commit-msg" "$@"
exit 0