Document positive variant of commit and merge option "--no-verify"
commitfa21296b58e5b2c865a3974e5f03b65f4026c510
authorAlex Riesen <raa.lkml@gmail.com>
Fri, 29 Oct 2021 13:45:45 +0000 (29 15:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Oct 2021 18:22:56 +0000 (29 11:22 -0700)
tree5a7bd641c9192cec6311a242012060a807f87c6f
parente9e5ba39a78c8f5057262d49e261b42a8660d5b9
Document positive variant of commit and merge option "--no-verify"

This documents "--verify" option of the commands. It can be used to re-enable
the hooks disabled by an earlier "--no-verify" in command-line.

Signed-off-by: Alexander Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt
Documentation/merge-options.txt
t/t7504-commit-msg-hook.sh