mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 04:13:29 +02:00
[ticket/10093] Document phpbb.hooks.commit-msg.fatal setting.
PHPBB3-10093
This commit is contained in:
parent
f856cc2ef6
commit
0cb83f99ab
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user