I have set:
git config --global core.autocrlf false
Yet I still get warnings:
warning: LF will be replaced by CRLF in ...
I do not want Git to mess with my line endings at all, just check the files in and out as they are.
I'm on Windows 7. git version 2.19.1.windows.1