Skip to content

Commit

Permalink
Revert "git-commit-tree(1): update synopsis"
Browse files Browse the repository at this point in the history
This reverts commit d284367, which
was done without realizing that the updated command line argument
order was lost by mistake.
  • Loading branch information
Junio C Hamano committed Jul 17, 2012
1 parent 53bcf22 commit 4b7518a
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' <tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>

DESCRIPTION
-----------
Expand Down

0 comments on commit 4b7518a

Please sign in to comment.