Convert all CRLF files to use LF to fix git confusion.

Having CRLF files in the repository with eol=crlf breaks just about
everything, e.g. any rebase/merge involving these files would fail.
Try to fix this by making sure the files use LF in the repository and CRLF is
only used in the working copy.

(analogous to commit c3e5751c36)
This commit is contained in:
Václav Slavík
2016-04-07 19:06:23 +02:00
parent 59078ab545
commit a7644e7b05
660 changed files with 407951 additions and 407951 deletions