Reputation: 3052
I have a text file called Main.dfm
. In some cases only a single letter is changed in the file.
Comparing the same file in the same directory with git for windows and git/msys2 gives different results.
(Upper Window: Git for Windows detects no change. Lower Window: Git und msys2 detects the changement)
What can be the reasons, that this changement is detected only with the git/msys2?
(I've checked the settings of the 2 git installation with git config --list
, but haven't seen any relevant differences)
Upvotes: 2
Views: 42