Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git-merge: document the -S option
  • Loading branch information
Junio C Hamano committed Oct 18, 2013
2 parents 6c2bec9 + 5f737ac commit 82c41a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 82c41a9

Please sign in to comment.