From: Wincent Colaiuta Date: Sat, 8 Dec 2007 11:38:08 +0000 (+0100) Subject: Documentation: fix --no-verify documentation for "git commit" X-Git-Tag: v1.5.4-rc0~41 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aa6da6cddb65c3889751d0b06a7e3d339e303b1b;p=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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 4bb279155..426138415 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -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::