aboutsummaryrefslogtreecommitdiffstats
path: root/git-tools
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2011-11-26 17:32:40 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2011-11-26 17:32:40 -0500
commit0cb83f99abd67c33fecc511b2e7ac6a49acf058d (patch)
treedfa1f99829c43355bc024a745255128e551fdae2 /git-tools
parentf856cc2ef69c40609c1ebe5494a22fdda5c6bb05 (diff)
downloadforums-0cb83f99abd67c33fecc511b2e7ac6a49acf058d.tar
forums-0cb83f99abd67c33fecc511b2e7ac6a49acf058d.tar.gz
forums-0cb83f99abd67c33fecc511b2e7ac6a49acf058d.tar.bz2
forums-0cb83f99abd67c33fecc511b2e7ac6a49acf058d.tar.xz
forums-0cb83f99abd67c33fecc511b2e7ac6a49acf058d.zip
[ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.
PHPBB3-10093
Diffstat (limited to 'git-tools')
-rwxr-xr-xgit-tools/hooks/commit-msg5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-tools/hooks/commit-msg b/git-tools/hooks/commit-msg
index 4f6ae71d4b..03a602c16c 100755
--- a/git-tools/hooks/commit-msg
+++ b/git-tools/hooks/commit-msg
@@ -11,6 +11,11 @@
#
# ln -s ../../git-tools/hooks/commit-msg \\
# .git/hooks/commit-msg
+#
+# You can configure whether invalid commit messages abort commits:
+#
+# git config phpbb.hooks.commit-msg.fatal true (abort, this is the default)
+# git config phpbb.hooks.commit-msg.fatal false (warn only, do not abort)
config_ns="phpbb.hooks.commit-msg";