]> granicus.if.org Git - git/commitdiff
Merge branch 'mk/merge-incomplete-files'
authorJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:26:04 +0000 (11:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jul 2014 18:26:04 +0000 (11:26 -0700)
Merging changes into a file that ends in an incomplete line made the
last line into a complete one, even when the other branch did not
change anything around the end of file.

* mk/merge-incomplete-files:
  git-merge-file: do not add LF at EOF while applying unrelated change
  t6023-merge-file.sh: fix and mark as broken invalid tests


Trivial merge