On 2017-08-31 15:19, Ben Boeckel wrote: > This attribute sets a specific line-ending style to be used in the > working directory. It enables end-of-line conversion without any > -content checks, effectively setting the `text` attribute. > +content checks, effectively setting the `text` attribute. Note that > +setting this attribute on paths which are in the index with CRLF line > +endings may make the paths to be considered dirty. Adding the path to OK - and this leads to another question: Would it make sense if we allow files with "text eol=CRLF" to continue to be stored with CRLF in the index? Skip the normalization for existing files, since the user asked for CRLF in the working tree (and the internal storage is less interesting) Should I consider a patch ?