projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53bcf22
)
Revert "git-commit-tree(1): update synopsis"
author
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Jul 2012 20:11:03 +0000
(13:11 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Jul 2012 20:11:03 +0000
(13:11 -0700)
This reverts commit
d28436736a078a429213003a9472e8caeb86c286
, which
was done without realizing that the updated command line argument
order was lost by mistake.
Documentation/git-commit-tree.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-commit-tree.txt
b/Documentation/git-commit-tree.txt
index ff73286509782bf3c7d6168066358b02830db797..6d5a04c83b6461396b44b3972a539eaae6368a19 100644
(file)
--- 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
-----------