Skip to content

Commit

Permalink
git-commit-tree(1): update synopsis
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Jun 19, 2012
1 parent b4ab198 commit d284367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-commit-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit d284367

Please sign in to comment.