diff-tree: teach single-commit diff-tree to honour grafts
authorJunio C Hamano <junkio@cox.net>
Tue, 22 Nov 2005 05:49:06 +0000 (21:49 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 24 Nov 2005 06:25:55 +0000 (22:25 -0800)
commita50b870aa18738ec10ed31fd4a32a284ee1cfe50
tree157d8d7f1ed9a623fdad47c6bd468a5481fb6366
parent9c20a4706767e6003e62f6500ed94ccddcbe322f
diff-tree: teach single-commit diff-tree to honour grafts

We used to read the commit objects by hand and ignored the grafts.
Rewrite it using lookup_commit() API, to make it grafts-aware.

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