]> git.proxmox.com Git - libgit2.git/commit
merge_files: don't add trailing newlines
authorEdward Thomson <ethomson@edwardthomson.com>
Tue, 7 Jul 2015 21:59:14 +0000 (16:59 -0500)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 28 Jul 2015 06:18:37 +0000 (08:18 +0200)
commit9ff89eaaa17b2642a2d0f8c53983e1d465fac936
treebe87b77e63b06c9775a630af3fc763ea94048b8b
parentf57403919a48f79c409d84f8f879412a7429e260
merge_files: don't add trailing newlines

When invoked with three files that each lack a trailing newline,
the merge result should also lack a trailing newline.
tests/merge/files.c