Tell multi-parent diff about core.symlinks.
commita249a9b5a26e841a28f6e993a560d749303cf91c
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 3 Mar 2007 19:38:00 +0000 (3 20:38 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 4 Mar 2007 03:30:34 +0000 (3 19:30 -0800)
tree7ba145ca3cb4d8f1acba75e7091a1953128a7e91
parent723024d696a47556baac77700e47fef288691f37
Tell multi-parent diff about core.symlinks.

When core.symlinks is false, and a merge of symbolic links had conflicts,
the merge result is left as a file in the working directory. A decision
must be made whether the file is treated as a regular file or as a
symbolic link. This patch treats the file as a symbolic link only if
all merge parents were also symbolic links.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <junkio@cox.net>
combine-diff.c