merge-recursive: handle file mode changes
authorClemens Buchacher <drizzd@aon.at>
Thu, 13 Mar 2008 22:47:41 +0000 (23:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2008 06:41:16 +0000 (23:41 -0700)
File mode changes should be handled similarly to changes of content.
That is, if the file mode changed in only one branch, keep the changed
version, and if both branch changed to different mode, mark it as a
conflict.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found