Code

imap-send: remove dead code
[git.git] / Documentation / git-commit-tree.txt
index 61888547a16e904a766734c6883d95ee46dfc61e..0fdb82ee8697a53beab6defd4db9eca8840b1dd0 100644 (file)
@@ -8,7 +8,8 @@ git-commit-tree - Create a new commit object
 
 SYNOPSIS
 --------
-'git commit-tree' <tree> [-p <parent commit>]\* < changelog
+[verse]
+'git commit-tree' <tree> [(-p <parent commit>)...] < changelog
 
 DESCRIPTION
 -----------
@@ -93,15 +94,6 @@ SEE ALSO
 --------
 linkgit:git-write-tree[1]
 
-
-Author
-------
-Written by Linus Torvalds <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
-
 GIT
 ---
 Part of the linkgit:git[1] suite