Skip to content

Commit 488aa65

Browse files
wkinggitster
authored andcommitted
Documentation/merge-options.txt: describe -S/--gpg-sign for 'pull'
Pull has supported these since ea230d8 (pull: add the --gpg-sign option, 2014-02-10). Insert in long-option alphabetical order following 7c85d27 (Documentation/merge-options.txt: order options in alphabetical groups, 2009-10-22). Signed-off-by: W. Trevor King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4010f1d commit 488aa65

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
@@ -64,12 +64,6 @@ OPTIONS
6464
-------
6565
include::merge-options.txt[]
6666

67-
-S[<keyid>]::
68-
--gpg-sign[=<keyid>]::
69-
GPG-sign the resulting merge commit. The `keyid` argument is
70-
optional and defaults to the committer identity; if specified,
71-
it must be stuck to the option without a space.
72-
7367
-m <msg>::
7468
Set the commit message to be used for the merge commit (in
7569
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)