diff --cc: fix display of symlink conflicts during a merge.
commit4fc970c43884e6215c13d6944a2def1eb2134ed5
authorJunio C Hamano <junkio@cox.net>
Mon, 26 Feb 2007 06:24:47 +0000 (25 22:24 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 26 Feb 2007 06:25:30 +0000 (25 22:25 -0800)
tree19de8184265822e1c47a62847bdecd7eedc61372
parent0b1f6475570b915c56f380f2bd790ff94e606ef4
diff --cc: fix display of symlink conflicts during a merge.

"git-diff-files --cc" to show conflicts during merge did not pass
the correct mode information for the working tree down, and showed
bogus combined diff.

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