Skip to content

Avoid CRLF newlines in Git repo blobs

Brad King requested to merge brad.king/cmake:no-crlf-blobs into master

In !1173 (merged) we left a few CRLF blobs in the repository. Some Git versions get confused by text files with CRLF blobs. Convert them to LF blobs. Use the eol=crlf attribute to tell Git to use CRLF on checkout.

Merge request reports