>> "binary"       binary file
>> "text-no-eol"  text file without any EOL
>> "text-lf"      text file with LF
>> "text-crlf"    text file with CRLF
>> "text-crlf-lf" text file with mixed line endings.

> If you prefer to have 'text' in there somewhere, how about:
> 
>    binary, text-none, text-lf, text-crlf, text-mixed.

text-none could be OK.

text-mixed as well, but the you can't run
"git ls-files | grep i/text-crlf"
any more to get an impression if there are un-normalized files,
which may, may, need normalization.

Thanks for the reminder,
lets wait a couple of days and see if there are more voices.


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to