Torsten Bögershausen [off-list ref] writes:
From: Pat Thoyts <redacted>
Commit 95f31e9a correctly points out that the NATIVE_CRLF setting is
incorrectly set on Mingw git. However, the Makefile variable is not
propagated to the C preprocessor and results in no change. This patch
pushes the definition to the C code and adds a test to validate that
when core.eol as native is crlf, we actually normalize text files to this
line ending convention when core.autocrlf is false.
Signed-off-by: Pat Thoyts <redacted>
Signed-off-by: Stepan Kasal <redacted>
Signed-off-by: Torsten Bögershausen <redacted>
---
This mini series mainly updates git.git with patches from msysgit:
Patch 1 is taken "as is",
Patch 2 is taken from msysgit "nearly as is": the broken && chain
had been fixed.
Shouldn't Patch 1 also be made "nearly as is" to fix the same?