On Mon, Aug 13, 2018 at 1:24 PM Derrick Stolee [off-list ref] wrote:
On 8/12/2018 4:18 PM, SZEDER Gábor wrote:
quoted
The commit-graph files are binary files, so they should not be
compared with 'test_cmp', because that might cause issues on Windows,
where 'test_cmp' is a shell function to deal with random LF-CRLF
conversions.
Use 'test_cmp_bin' instead.
Hang on a minute, this is not the commit message I wanted to send
out...