]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Revert "git-commit-tree(1): update synopsis"
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2012 20:11:03 +0000 (13:11 -0700)
committerJunio 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

index ff73286509782bf3c7d6168066358b02830db797..6d5a04c83b6461396b44b3972a539eaae6368a19 100644 (file)
@@ -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
 -----------