Skip to content

Commit 9f8468b

Browse files
committed
Merge branch 'wk/merge-options-gpg-sign-doc'
Doc updates. * wk/merge-options-gpg-sign-doc: Documentation/merge-options.txt: describe -S/--gpg-sign for 'pull'
2 parents 660fb3d + 488aa65 commit 9f8468b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Documentation/git-merge.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ include::merge-options.txt[]
7272
agrees to a Developer Certificate of Origin
7373
(see http://developercertificate.org/ for more information).
7474

75-
-S[<keyid>]::
76-
--gpg-sign[=<keyid>]::
77-
GPG-sign the resulting merge commit. The `keyid` argument is
78-
optional and defaults to the committer identity; if specified,
79-
it must be stuck to the option without a space.
80-
8175
-m <msg>::
8276
Set the commit message to be used for the merge commit (in
8377
case one is created).

Documentation/merge-options.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ set to `no` at the beginning of them.
4242
current `HEAD` is already up to date or the merge can be
4343
resolved as a fast-forward.
4444

45+
-S[<keyid>]::
46+
--gpg-sign[=<keyid>]::
47+
GPG-sign the resulting merge commit. The `keyid` argument is
48+
optional and defaults to the committer identity; if specified,
49+
it must be stuck to the option without a space.
50+
4551
--log[=<n>]::
4652
--no-log::
4753
In addition to branch names, populate the log message with

0 commit comments

Comments
 (0)