diff options
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r-- | Documentation/git-revert.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index cceb5f2f7f..b03bb84e08 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -80,6 +80,10 @@ more details. This is useful when reverting more than one commits' effect to your index in a row. +--no-verify:: + Bypass the pre-commit and commit-msg hooks. + See also linkgit:githooks[5]. + -S[<key-id>]:: --gpg-sign[=<key-id>]:: GPG-sign commits. |