diff options
Diffstat (limited to 'third_party/git/Documentation/git-revert.txt')
-rw-r--r-- | third_party/git/Documentation/git-revert.txt | 5 |
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 9d22270757c9..044276e9da62 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:: |