summaryrefslogtreecommitdiff
path: root/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'commit-msg')
-rwxr-xr-xcommit-msg3
1 files changed, 3 insertions, 0 deletions
diff --git a/commit-msg b/commit-msg
index b0006fa91a..1ca1c75732 100755
--- a/commit-msg
+++ b/commit-msg
@@ -17,6 +17,9 @@
. "${BASH_SOURCE%/*}/hooks-config.bash"
+# Start with project-specific hook.
+hooks_start commit-msg "$@"
+
# Prepare a copy of the message:
# - strip comment lines
# - stop at "diff --git" (git commit -v)