Merge branch 'js/xmerge-marker-eol' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:03:39 +0000 (10:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2016 18:03:39 +0000 (10:03 -0800)
The low-level merge machinery has been taught to use CRLF line
termination when inserting conflict markers to merged contents that
are themselves CRLF line-terminated.

* js/xmerge-marker-eol:
merge-file: ensure that conflict sections match eol style
merge-file: let conflict markers match end-of-line style of the context

Trivial merge