summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-17 20:11:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-17 20:11:03 (GMT)
commit4b7518a4aa24339d53e04151ba6b337245527c03 (patch)
treecaea01ddc30c9852b9a80731e71d50ee553b85e6 /Documentation/git-commit-tree.txt
parent53bcf22afa3a7d02de39679e85b6d1be08331f8c (diff)
downloadgit-4b7518a4aa24339d53e04151ba6b337245527c03.zip
git-4b7518a4aa24339d53e04151ba6b337245527c03.tar.gz
git-4b7518a4aa24339d53e04151ba6b337245527c03.tar.bz2
Revert "git-commit-tree(1): update synopsis"
This reverts commit d28436736a078a429213003a9472e8caeb86c286, which was done without realizing that the updated command line argument order was lost by mistake.
Diffstat (limited to 'Documentation/git-commit-tree.txt')
-rw-r--r--Documentation/git-commit-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index ff73286..6d5a04c 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git commit-tree' <tree> [(-p <parent>)...] < changelog
-'git commit-tree' <tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
+'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
DESCRIPTION
-----------