mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00

This change adds the Gerrit commit-msg hook to Husky, such that it now no longer requires manual installation by the developer. This hook was pulled directly from the TF-A Gerrit review server. Change-Id: I79c9b0ce78fd326fda6db7a930b7277690177f28 Signed-off-by: Chris Kay <chris.kay@arm.com>
6 lines
117 B
Bash
Executable file
6 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# shellcheck source=./_/husky.sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
"$(dirname "$0")/commit-msg.gerrit" "$@"
|