diff options
| author | Wincent Colaiuta <win@wincent.com> | 2007-12-08 12:38:08 +0100 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-12-09 00:55:54 -0800 | 
| commit | aa6da6cddb65c3889751d0b06a7e3d339e303b1b (patch) | |
| tree | 373ec0a7ef5f3a6698bdc98bb356bfde88e40420 | |
| parent | 6b95655d7d2a5378e409ea0754b9b8d32ed939f8 (diff) | |
| download | git-aa6da6cddb65c3889751d0b06a7e3d339e303b1b.tar.gz | |
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>
| -rw-r--r-- | Documentation/git-commit.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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:: | 
