Documentation: reword commit --no-gpg-sign
Merge with --gpg-sign option, and clarify that --no-gpg-sign also override earlier --gpg-sign. Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
ae06ba611a
commit
9da37fe11e
@ -348,13 +348,12 @@ changes to tracked files.
|
|||||||
|
|
||||||
-S[<keyid>]::
|
-S[<keyid>]::
|
||||||
--gpg-sign[=<keyid>]::
|
--gpg-sign[=<keyid>]::
|
||||||
|
--no-gpg-sign::
|
||||||
GPG-sign commits. The `keyid` argument is optional and
|
GPG-sign commits. The `keyid` argument is optional and
|
||||||
defaults to the committer identity; if specified, it must be
|
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
|
||||||
--no-gpg-sign::
|
earlier `--gpg-sign`.
|
||||||
Countermand `commit.gpgSign` configuration variable that is
|
|
||||||
set to force each and every commit to be signed.
|
|
||||||
|
|
||||||
\--::
|
\--::
|
||||||
Do not interpret any more arguments as options.
|
Do not interpret any more arguments as options.
|
||||||
|
Loading…
Reference in New Issue
Block a user