Merge branch 'ls/p4-translation-failure'
[gitweb.git] / Documentation / git-commit-tree.txt
index a469eab06683dece65f447a6c2691c30fe54b214..a0b5457304008cec1cf728e5ac168c5f547173eb 100644 (file)
@@ -56,10 +56,12 @@ OPTIONS
 
 -S[<keyid>]::
 --gpg-sign[=<keyid>]::
-       GPG-sign commit.
+       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::
-       Countermand `commit.gpgsign` configuration variable that is
+       Countermand `commit.gpgSign` configuration variable that is
        set to force each and every commit to be signed.