write_file(): drop caller-supplied LF from calls to create a one-liner file
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Aug 2015 20:20:39 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Aug 2015 19:49:19 +0000 (12:49 -0700)
All of the callsites covered by this change call write_file() or
write_file_gently() to create a one-liner file. Drop the caller
supplied LF and let these callees to append it as necessary.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found