summaryrefslogtreecommitdiff
path: root/.husky/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to '.husky/commit-msg')
-rwxr-xr-x.husky/commit-msg6
1 files changed, 6 insertions, 0 deletions
diff --git a/.husky/commit-msg b/.husky/commit-msg
new file mode 100755
index 000000000..12a09b8ed
--- /dev/null
+++ b/.husky/commit-msg
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# shellcheck source=./_/husky.sh
+. "$(dirname "$0")/_/husky.sh"
+
+"$(dirname "$0")/commit-msg.gerrit" "$@"