summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-11-04 13:22:31 -0700
committerJunio C Hamano <gitster@pobox.com>2021-11-04 13:22:31 -0700
commit5dbbd5d18acacd0b16ea751a14f209ff5d231eb6 (patch)
tree351ad95dbfa4aa1c1aa4d1ba1da5f39db1aa2fb9 /git-commit.txt
parent9e5ea002d7611df71e40a292f873d9ed30ec578f (diff)
downloadgit-htmldocs-5dbbd5d18acacd0b16ea751a14f209ff5d231eb6.tar.gz
Autogenerated HTML docs for v2.34.0-rc1-14-g88d91
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 95fec5f06..6c60bf98f 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -212,8 +212,9 @@ include::signoff-option.txt[]
each trailer would appear, and other details.
-n::
---no-verify::
- This option bypasses the pre-commit and commit-msg hooks.
+--[no-]verify::
+ By default, the pre-commit and commit-msg hooks are run.
+ When any of `--no-verify` or `-n` is given, these are bypassed.
See also linkgit:githooks[5].
--allow-empty::