Re: [PATCH v5] ls-files: Add eol diagnostics

2015-11-29 Thread Eric Sunshine
On Sat, Nov 28, 2015 at 10:07 AM, Torsten Bögershausen wrote: > diff --git a/t/t0027-auto-crlf.sh b/t/t0027-auto-crlf.sh > @@ -213,7 +238,20 @@ checkout_files () { > git -c core.eol=$eol checkout $src$f.txt > fi > done > - > + test_expect_succe

[PATCH v5] ls-files: Add eol diagnostics

2015-11-28 Thread Torsten Bögershausen
When working in a cross-platform environment, a user wants to check if text files are stored normalized in the repository and if .gitattributes are set appropriately. Make it possible to let Git show the line endings in the index and in the working tree and the effective text/eol attributes. The