Search code examples
gitnewlinegit-guicore.autocrlf

GIT: How to get rid of the annoying CRLF message on msysgit (windows)?


Practically everytime I stage a textfile (that's most of em), I get the message from git gui (I use msysgit) that It replaced (or is about to) line endings with CRLF's. Obviously I want that (and there's a setting for it huraah), but I don't want the annoying message popped up all the time!

Any way to keep the setting, but turn off/disable the popup message?

I have no idea how this works with GIT on the commandline, but I like msysgit's staging process :) so I'd rather not change to bash.


Solution

  • The command line just prints a message, and that's it.

    I don't think that the message box can be disabled, unfortunately...