1
0
mirror of https://github.com/git/git.git synced 2025-04-18 10:04:27 +00:00

Merge branch 'maint'

* maint:
  git-merge: document the -S option
This commit is contained in:
Junio C Hamano 2013-10-18 13:53:48 -07:00
commit 82c41a9bfc

@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git merge' [-n] [--stat] [--no-commit] [--squash] [--[no-]edit]
[-s <strategy>] [-X <strategy-option>]
[-s <strategy>] [-X <strategy-option>] [-S[<keyid>]]
[--[no-]rerere-autoupdate] [-m <msg>] [<commit>...]
'git merge' <msg> HEAD <commit>...
'git merge' --abort
@ -65,6 +65,10 @@ OPTIONS
-------
include::merge-options.txt[]
-S[<keyid>]::
--gpg-sign[=<keyid>]::
GPG-sign the resulting merge commit.
-m <msg>::
Set the commit message to be used for the merge commit (in
case one is created).