[PATCH v9] ls-files: Add eol diagnostics

2016-01-05 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

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

2016-01-04 Thread Junio C Hamano
This one is severely whitespace damaged. It is _possible_ for me to fix these up manually, but because there is no guarantee that I caught them all (i.e. the end result may contain some leading whitespaces you did not intend them to be there, if the whitespace corruption did not break the syntax o

[PATCH v9] ls-files: Add eol diagnostics

2015-12-30 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