Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-commit-tree(1): update synopsis
author
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Jun 2012 18:36:57 +0000
(11:36 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 19 Jun 2012 18:36:57 +0000
(11:36 -0700)
Even with many new kinds of options, the command still takes the
single <tree> as the first argument.
Probably we would want to update the command to allow it to take
<tree>-ish at the end for consistency.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-tree.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b4ab198
)
diff --git
a/Documentation/git-commit-tree.txt
b/Documentation/git-commit-tree.txt
index 6d5a04c83b6461396b44b3972a539eaae6368a19..ff73286509782bf3c7d6168066358b02830db797 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'
[(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
+'git commit-tree'
<tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
DESCRIPTION
-----------