about summary refs log tree commit diff
path: root/third_party/git/Documentation/git-revert.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/git-revert.txt')
-rw-r--r--third_party/git/Documentation/git-revert.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/git/Documentation/git-revert.txt b/third_party/git/Documentation/git-revert.txt
index 9d22270757..044276e9da 100644
--- a/third_party/git/Documentation/git-revert.txt
+++ b/third_party/git/Documentation/git-revert.txt
@@ -90,9 +90,12 @@ effect to your index in a row.
 
 -S[<keyid>]::
 --gpg-sign[=<keyid>]::
+--no-gpg-sign::
 	GPG-sign commits. The `keyid` argument is optional and
 	defaults to the committer identity; if specified, it must be
-	stuck to the option without a space.
+	stuck to the option without a space. `--no-gpg-sign` is useful to
+	countermand both `commit.gpgSign` configuration variable, and
+	earlier `--gpg-sign`.
 
 -s::
 --signoff::