Skip to content

Commit ae06ba6

Browse files
sgngitster
authored andcommitted
Documentation: document am --no-gpg-sign
Signed-off-by: Đoàn Trần Công Danh <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cf0ad4d commit ae06ba6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-am.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,12 @@ default. You can use `--no-utf8` to override this.
148148

149149
-S[<keyid>]::
150150
--gpg-sign[=<keyid>]::
151+
--no-gpg-sign::
151152
GPG-sign commits. The `keyid` argument is optional and
152153
defaults to the committer identity; if specified, it must be
153-
stuck to the option without a space.
154+
stuck to the option without a space. `--no-gpg-sign` is useful to
155+
countermand both `commit.gpgSign` configuration variable, and
156+
earlier `--gpg-sign`.
154157

155158
--continue::
156159
-r::

0 commit comments

Comments
 (0)