Skip to content

Commit

Permalink
Documentation: fix --no-verify documentation for "git commit"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wincent Colaiuta authored and Junio C Hamano committed Dec 9, 2007
1 parent 6b95655 commit aa6da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-commit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit aa6da6c

Please sign in to comment.