Signed-off-by: Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> --- Documentation/git-am.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index ab5754e05d..05a2c1b887 100644 --- a/Documentation/git-am.txt +++ b/Documentation/git-am.txt @@ -150,7 +150,9 @@ default. You can use `--no-utf8` to override this. --gpg-sign[=<keyid>]:: 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. + stuck to the option without a space. "--no-gpg-sign" is useful to + countermand both `commit.gpgSign` configuration variable, and + earlier "--gpg-sign". --continue:: -r:: -- 2.26.0.334.g6536db25bb