diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-17 13:11:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-17 13:11:03 -0700 |
commit | 4b7518a4aa24339d53e04151ba6b337245527c03 (patch) | |
tree | caea01ddc30c9852b9a80731e71d50ee553b85e6 /Documentation/git-commit-tree.txt | |
parent | Merge branch 'kk/maint-1.7.9-commit-tree' into kk/maint-commit-tree (diff) | |
download | tgif-4b7518a4aa24339d53e04151ba6b337245527c03.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index ff73286509..6d5a04c83b 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 ----------- |