git-diff-tree --stdin: show all parents.
authorJunio C Hamano <junkio@cox.net>
Mon, 6 Feb 2006 07:00:41 +0000 (23:00 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 6 Feb 2006 07:00:41 +0000 (23:00 -0800)
commit45392a648d7449d237ecc2507bc92378bf920bf0
treebff07545d010f34b4b56b304eb12ec1b4558d127
parente3c3a550d4815d34b5674776c36cdd6d8a31ab85
git-diff-tree --stdin: show all parents.

git-diff-tree --stdin ignored second and subsequent parents when
fed git-rev-list --parents output.  Update diff_tree_commit()
function to take a commit object, and pass a fabricated commit
object after grafting the fake parents from diff_tree_stdin().

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-tree.c