Re: [PATCH 2/2] t0027: combinations of core.autocrlf, core.eol and text

2014-06-30 Thread Junio C Hamano
Torsten Bögershausen writes: > Historically there are 3 different parameters controlling how line endings > are handled by Git: > - core.autocrlf > - core.eol > - the "text" attribute in .gitattributes > > There are different types of content: > - (1) Files with only LF > - (2) Files with only CR

[PATCH 2/2] t0027: combinations of core.autocrlf, core.eol and text

2014-06-28 Thread Torsten Bögershausen
Historically there are 3 different parameters controlling how line endings are handled by Git: - core.autocrlf - core.eol - the "text" attribute in .gitattributes There are different types of content: - (1) Files with only LF - (2) Files with only CRLF - (3) Files with mixed LF and CRLF - (4) File