I'm working with Eclipse Mars, on Windows 7 64 bits and I recently discovered that when I clone a repository using eclipse built-in git clone feature, CRLF are not added to the files, and they are cloned with only LF at the end.
I checked Eclipse config for Git (Team > Git > Configuration) and I found that System Settings is empty and all buttons disabled and it says "Unknown" in the Location field.
I have Git for Windows 2.5.0 64 bits installed. Apparently now the system gitconfig
file should be under C:\Program Files\Git\mingw64\etc
but by default there is no file there.
I discovered that if I manually populate it from cmd (git config --system core.autocrlf true
) it will be created, but still can't select it from Eclipse.