We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b830ac + 098bbdc commit 4f96f1fCopy full SHA for 4f96f1f
Documentation/git-commit.txt
@@ -13,7 +13,7 @@ SYNOPSIS
13
[-F <file> | -m <msg>] [--reset-author] [--allow-empty]
14
[--allow-empty-message] [--no-verify] [-e] [--author=<author>]
15
[--date=<date>] [--cleanup=<mode>] [--status | --no-status]
16
- [-i | -o] [--] [<file>...]
+ [-i | -o] [-S[<keyid>]] [--] [<file>...]
17
18
DESCRIPTION
19
-----------
@@ -280,6 +280,10 @@ configuration variable documented in linkgit:git-config[1].
280
commit message template when using an editor to prepare the
281
default commit message.
282
283
+-S[<keyid>]::
284
+--gpg-sign[=<keyid>]::
285
+ GPG-sign commit.
286
+
287
\--::
288
Do not interpret any more arguments as options.
289
0 commit comments