xref: /rk3399_ARM-atf/.husky/commit-msg (revision ce14a12f8b8f02b7221f37c7c4b46f909c1a4346)
1#!/bin/sh
2
3# shellcheck source=./_/husky.sh
4. "$(dirname "$0")/_/husky.sh"
5
6"$(dirname "$0")/commit-msg.gerrit" "$@"
7"$(dirname "$0")/commit-msg.commitlint" "$@"
8