We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da37fe commit 4369d3aCopy full SHA for 4369d3a
Documentation/git-commit-tree.txt
@@ -61,13 +61,11 @@ OPTIONS
61
62
-S[<keyid>]::
63
--gpg-sign[=<keyid>]::
64
+--no-gpg-sign::
65
GPG-sign commits. The `keyid` argument is optional and
66
defaults to the committer identity; if specified, it must be
- stuck to the option without a space.
67
-
68
---no-gpg-sign::
69
- Do not GPG-sign commit, to countermand a `--gpg-sign` option
70
- given earlier on the command line.
+ stuck to the option without a space. `--no-gpg-sign` is useful to
+ countermand a `--gpg-sign` option given earlier on the command line.
71
72
Commit Information
73
------------------
0 commit comments