]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: merge commit-tree --[no-]gpg-sign
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Fri, 3 Apr 2020 10:28:06 +0000 (17:28 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Apr 2020 18:37:22 +0000 (11:37 -0700)
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-tree.txt

index ec15ee8d6fad83d5dfe7d019cbb5984303552d9e..2e2c5810983a89a22e3280a276b5e8fd1509c670 100644 (file)
@@ -61,13 +61,11 @@ OPTIONS
 
 -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.
-
---no-gpg-sign::
-       Do not GPG-sign commit, to countermand a `--gpg-sign` option
-       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.
 
 Commit Information
 ------------------