diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-10-18 13:53:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-18 13:53:48 -0700 |
commit | 82c41a9bfc843aa2a6e286bcb917b0436714ebd4 (patch) | |
tree | feaa3599c95da8400b179a5618443c66125ee3c6 | |
parent | Merge branch 'jc/reflog-doc' (diff) | |
parent | git-merge: document the -S option (diff) | |
download | tgif-82c41a9bfc843aa2a6e286bcb917b0436714ebd4.tar.xz |
Merge branch 'maint'
* maint:
git-merge: document the -S option
-rw-r--r-- | Documentation/git-merge.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt index a74c3713c6..439545926e 100644 --- a/Documentation/git-merge.txt +++ b/Documentation/git-merge.txt @@ -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). |