author | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Feb 2006 07:00:41 +0000 (23:00 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 6 Feb 2006 07:00:41 +0000 (23:00 -0800) | ||
commit | 45392a648d7449d237ecc2507bc92378bf920bf0 | |
tree | bff07545d010f34b4b56b304eb12ec1b4558d127 | tree | snapshot |
parent | e3c3a550d4815d34b5674776c36cdd6d8a31ab85 | commit | diff |
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>
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 | diff | blob | history |