I have a GIT repository hosted on Bitbucket. When commiting changes to the repo, Bitbucket sees these changes on the whole file (before it worked properly). So Bitbucket says 1 line added and 1 line removed.
Before pushing I check locally on differences with difftool (diffmerge). Here the changes are shown as normal.
core.autocrlf is set to true.
What is the problem here?