With Git, how do I turn off the “LF will be replaced by CRLF” warning

With Git, when using the autocrlf = true flag, a warning is still given when line-endings are changed.

I understand what the warning is for, and how to turn off the line-ending flag, but how do I turn off the warning itself?

6 Answers
6

Leave a Comment