Skip to content

Commit 4f96f1f

Browse files
committed
Merge branch 'tj/maint-doc-commit-sign' into maint
* branch 'tj/maint-doc-commit-sign': Add -S, --gpg-sign option to manpage of "git commit"
2 parents 0b830ac + 098bbdc commit 4f96f1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/git-commit.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
[-F <file> | -m <msg>] [--reset-author] [--allow-empty]
1414
[--allow-empty-message] [--no-verify] [-e] [--author=<author>]
1515
[--date=<date>] [--cleanup=<mode>] [--status | --no-status]
16-
[-i | -o] [--] [<file>...]
16+
[-i | -o] [-S[<keyid>]] [--] [<file>...]
1717

1818
DESCRIPTION
1919
-----------
@@ -280,6 +280,10 @@ configuration variable documented in linkgit:git-config[1].
280280
commit message template when using an editor to prepare the
281281
default commit message.
282282

283+
-S[<keyid>]::
284+
--gpg-sign[=<keyid>]::
285+
GPG-sign commit.
286+
283287
\--::
284288
Do not interpret any more arguments as options.
285289

0 commit comments

Comments
 (0)