]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Documentation: fix --no-verify documentation for "git commit"
authorWincent Colaiuta <win@wincent.com>
Sat, 8 Dec 2007 11:38:08 +0000 (12:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 08:55:54 +0000 (00:55 -0800)
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>
Documentation/git-commit.txt

index 4bb279155053c5ec8f31b01a04803a992ada24f0..4261384158f53ebe85dc32148b5652dc697e5b3b 100644 (file)
@@ -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::