Documentation: fix --no-verify documentation for "git commit"
The documentation for the --no-verify switch should mention the commit-msg hook, not just the pre-commit hook. Signed-off-by: Wincent Colaiuta <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6b95655d7d
commit
aa6da6cddb
@ -86,7 +86,7 @@ OPTIONS
|
|||||||
Add Signed-off-by line at the end of the commit message.
|
Add Signed-off-by line at the end of the commit message.
|
||||||
|
|
||||||
--no-verify::
|
--no-verify::
|
||||||
This option bypasses the pre-commit hook.
|
This option bypasses the pre-commit and commit-msg hooks.
|
||||||
See also link:hooks.html[hooks].
|
See also link:hooks.html[hooks].
|
||||||
|
|
||||||
--allow-empty::
|
--allow-empty::
|
||||||
|
Loading…
Reference in New Issue
Block a user