projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b95655
)
Documentation: fix --no-verify documentation for "git commit"
author
Wincent Colaiuta
<win@wincent.com>
Sat, 8 Dec 2007 11:38:08 +0000
(12:38 +0100)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-commit.txt
b/Documentation/git-commit.txt
index 4bb279155053c5ec8f31b01a04803a992ada24f0..4261384158f53ebe85dc32148b5652dc697e5b3b 100644
(file)
--- 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::