After doing a fresh clone of my fork, which is up to date with the original repo, I get for 39 files some warnings like:
warning: CRLF will be replaced by LF in src/libs/qmuparser/LICENSE_BSD.txt.
The file will have its original line endings in your working directory.
warning: CRLF will be replaced by LF in src/libs/vgeometry/vellipticalarc.h.
The file will have its original line` endings in your working directory.
It seems like git automatically converted Windows end of lines to Unix ones. As a result I have to commit those 39 files.
Did anyone have the same problem? I work with Ubuntu 16.04,