Merge branch 'wk/merge-options-gpg-sign-doc'
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Oct 2017 05:45:43 +0000 (14:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Oct 2017 05:45:43 +0000 (14:45 +0900)
Doc updates.

* wk/merge-options-gpg-sign-doc:
Documentation/merge-options.txt: describe -S/--gpg-sign for 'pull'

Documentation/git-merge.txt
Documentation/merge-options.txt
index 4df6431c341a466f2cb9fef094607751b58c008d..3c6927b1fb87940c53ff01339a297d6b85dc1676 100644 (file)
@@ -72,12 +72,6 @@ include::merge-options.txt[]
        agrees to a Developer Certificate of Origin
        (see http://developercertificate.org/ for more information).
 
--S[<keyid>]::
---gpg-sign[=<keyid>]::
-       GPG-sign the resulting merge commit. The `keyid` argument is
-       optional and defaults to the committer identity; if specified,
-       it must be stuck to the option without a space.
-
 -m <msg>::
        Set the commit message to be used for the merge commit (in
        case one is created).
index 4e323043017deee83d547e52e7797dd61a02cd5d..2552ab8e8d5104d09c1c95010ab028068c7d18ae 100644 (file)
@@ -42,6 +42,12 @@ set to `no` at the beginning of them.
        current `HEAD` is already up to date or the merge can be
        resolved as a fast-forward.
 
+-S[<keyid>]::
+--gpg-sign[=<keyid>]::
+       GPG-sign the resulting merge commit. The `keyid` argument is
+       optional and defaults to the committer identity; if specified,
+       it must be stuck to the option without a space.
+
 --log[=<n>]::
 --no-log::
        In addition to branch names, populate the log message with