зеркало из https://github.com/microsoft/git.git
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:
Родитель
6b95655d7d
Коммит
aa6da6cddb
|
@ -86,7 +86,7 @@ OPTIONS
|
|||
Add Signed-off-by line at the end of the commit message.
|
||||
|
||||
--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].
|
||||
|
||||
--allow-empty::
|
||||
|
|
Загрузка…
Ссылка в новой задаче