Re: git-merge-changelog and EOL format on Windows

2014-01-20 Thread Eli Zaretskii
> Date: Mon, 20 Jan 2014 03:57:40 +0100 (CET) > From: Bruno Haible > Cc: br...@clisp.org > > > no similar explanation is provided for the output. > > The explanation is the general "Newline Guidelines" from unicode.org: > p. 156 > ru

Re: git-merge-changelog and EOL format on Windows

2014-01-19 Thread Bruno Haible
Hi Eli, Thank you for the suggestion. > no similar explanation is provided for the output. The explanation is the general "Newline Guidelines" from unicode.org: p. 156 rule R3a:   "If the intended target is unknown, map to the platfo

git-merge-changelog and EOL format on Windows

2014-01-18 Thread Eli Zaretskii
git-merge-changelog does its I/O in text mode. This is explained in the sources for the input direction: /* Read a ChangeLog file into memory. Return the contents in *RESULT. */ static void read_changelog_file (const char *filename, struct changelog_file *result) { /* Read the f