From: Đoàn Trần Công Danh Date: Fri, 3 Apr 2020 10:28:06 +0000 (+0700) Subject: Documentation: merge commit-tree --[no-]gpg-sign X-Git-Tag: v2.27.0-rc0~115^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4369d3a0009bc2459c413ca45cc8928d1a5e53aa;p=thirdparty%2Fgit.git Documentation: merge commit-tree --[no-]gpg-sign Signed-off-by: Đoàn Trần Công Danh Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index ec15ee8d6f..2e2c581098 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -61,13 +61,11 @@ OPTIONS -S[]:: --gpg-sign[=]:: +--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 ------------------