[PATCH] t0027: Add repoMIX and LF_nul

2015-04-24 Thread Torsten Bögershausen
new safer autocrlf handling: Check if eols in a file are converted at commit, when the file has CR (or CLLF) in the repo (technically speaking in the index). Add a test-file repoMIX with mixed line-endings. When converting LF-CRLF or CRLF-LF: check the warnings checkout_files():

Re: [PATCH] t0027: Add repoMIX and LF_nul

2015-04-24 Thread Eric Sunshine
On Fri, Apr 24, 2015 at 3:46 PM, Torsten Bögershausen tbo...@web.de wrote: new safer autocrlf handling: Check if eols in a file are converted at commit, when the file has CR (or CLLF) in the repo (technically speaking in the index). Add a test-file repoMIX with mixed line-endings.