Force SourceTree ignore line endings in git files -


there many posts still resolution not clear or isn't working me. problem seems known..

  1. i checked out project in unix , 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 
  2. but use sourcetree (pointing same unix code base through nfs mount) conveniences. settings above attributes same.
    sourcetree shows bunch of differences in based on purely line endings.

what straightforward solution this?
how come sourcetree has no settings in ui around this?


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -