Skip to content

Commit 4b7518a

Browse files
committed
Revert "git-commit-tree(1): update synopsis"
This reverts commit d284367, which was done without realizing that the updated command line argument order was lost by mistake.
1 parent 53bcf22 commit 4b7518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-commit-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git commit-tree' <tree> [(-p <parent>)...] < changelog
13-
'git commit-tree' <tree> [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...]
13+
'git commit-tree' [(-p <parent>)...] [(-m <message>)...] [(-F <file>)...] <tree>
1414

1515
DESCRIPTION
1616
-----------

0 commit comments

Comments
 (0)