From: Torsten Bögershausen Date: Thu, 25 Aug 2016 15:52:57 +0000 (+0200) Subject: git ls-files: text=auto eol=lf is supported in Git 2.10 X-Git-Tag: v2.10.0-rc2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/41a616dadaf2a7445ea7c3f5d77a20337af4de90 git ls-files: text=auto eol=lf is supported in Git 2.10 The man page for `git ls-files --eol` mentions the combination of text attributes "text=auto eol=lf" or "text=auto eol=crlf" as not supported yet, but may be in the future. Now they are supported. Signed-off-by: Torsten Bögershausen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 078b556665..0d933ac355 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -159,8 +159,7 @@ not accessible in the working tree. + is the attribute that is used when checking out or committing, it is either "", "-text", "text", "text=auto", "text eol=lf", "text eol=crlf". -Note: Currently Git does not support "text=auto eol=lf" or "text=auto eol=crlf", -that may change in the future. +Since Git 2.10 "text=auto eol=lf" and "text=auto eol=crlf" are supported. + Both the in the index ("i/") and in the working tree ("w/") are shown for regular files,