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.lorimer.id.au/gitweb.git/diff_plain/aa6da6cddb65c3889751d0b06a7e3d339e303b1b?ds=inline;hp=--cc 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 --- aa6da6cddb65c3889751d0b06a7e3d339e303b1b diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 4bb2791550..4261384158 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::