summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-02 22:09:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-02 22:09:43 (GMT)
commitc5f05b23562be8c0e4ddfe9ca89720f611836a28 (patch)
treedf61d6f97b5fe6a6c93123393343f223bffb7458 /Documentation
parent5fb7b899fb7e34e962556e6623bbfa8e5c035e62 (diff)
parentdf45cb3ea31eee8ad1c763d1b8a35da87366017f (diff)
downloadgit-c5f05b23562be8c0e4ddfe9ca89720f611836a28.zip
git-c5f05b23562be8c0e4ddfe9ca89720f611836a28.tar.gz
git-c5f05b23562be8c0e4ddfe9ca89720f611836a28.tar.bz2
Merge branch 'bk/document-commit-tree-S'
* bk/document-commit-tree-S: commit-tree: document -S option consistently
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit-tree.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index 86ef56e..cafdc96 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -10,7 +10,9 @@ SYNOPSIS
--------
[verse]
'git commit-tree' <tree> [(-p <parent>)...] < changelog
-'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
+'git commit-tree' [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]
+ [(-F <file>)...] <tree>
+
DESCRIPTION
-----------
@@ -52,6 +54,9 @@ OPTIONS
Read the commit log message from the given file. Use `-` to read
from the standard input.
+-S[<keyid>]::
+ GPG-sign commit.
+
Commit Information
------------------