0
Declined

Stop showing LF will be replaced by CRLF

adrien 3 years ago updated by Dave Smith 2 years ago 4

Would it be possible to have an option to stop showing popup warning for LF will be replaced by CRLF?
Like don't show again for example.

GOOD, I'M SATISFIED
Satisfaction mark by adrien 3 years ago

You mean the warning produced by Git? That won't be possible and even if, it wouldn't be a good idea. I'd rather recommend to adjust your core.autocrlf/.gitattributes:

https://stackoverflow.com/questions/5834014

+1

Actually the core.autocrlf was already set but what was needed is safecrlf:
git config --global core.safecrlf false
Thanks, now I won't be annoyed by this warning again :)

Declined

This is no SmartGit, but rather a Git issue.