Commiting from Interface changes newline representation to CR+LF
Created by: mrohnstock
Changing and commiting i.e. shell-code with gitlab will change all newline (not just the changes done by the commit!) representations to CR+LF from i.e. LF. Shell responses on executing the changed shell-code with something like that:
bash: /usr/bin/script.sh: /bin/bash^M: bad interpreter: No such file or directory
Changes should get commited with same newline representations as before.