There are so many posts but still the resolution is not clear or isn't working for me. Problem seems to be well known..
I checked out my project in unix and git status shows no differences. Settings here:
bash-3.2$ git config core.autocrlf false bash-3.2$ git config core.whitespace cr-at-eol
But I also like to use SourceTree (pointing to the same Unix code base through NFS mount) for some conveniences. Settings for those above attributes are exactly same.
But SourceTree shows a bunch of differences in based on purely line endings.
What is the straightforward solution for this?
How come SourceTree has no settings in the UI around this?