From: Junio C Hamano Date: Tue, 19 Jun 2012 18:36:57 +0000 (-0700) Subject: git-commit-tree(1): update synopsis X-Git-Tag: v1.7.11.1~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d28436736a078a429213003a9472e8caeb86c286;p=git.git git-commit-tree(1): update synopsis Even with many new kinds of options, the command still takes the single as the first argument. Probably we would want to update the command to allow it to take -ish at the end for consistency. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index 6d5a04c83..ff7328650 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git commit-tree' [(-p )...] < changelog -'git commit-tree' [(-p )...] [(-m )...] [(-F )...] +'git commit-tree' [(-p )...] [(-m )...] [(-F )...] DESCRIPTION -----------