Skip to content

Commit

Permalink
git-merge: document the -S option
Browse files Browse the repository at this point in the history
The option to gpg sign a merge commit is available but was not
documented. Use wording from the git-commit(1) manpage.

Signed-off-by: Nicolas Vigier <boklm@mars-attacks.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nicolas Vigier authored and Junio C Hamano committed Oct 18, 2013
1 parent 92ab409 commit 5f737ac
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 5f737ac

Please sign in to comment.