summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-23 21:54:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-23 21:54:30 (GMT)
commit8e342255224f459ddff4d7f974161ae47d26d1d7 (patch)
treefc6f86ac1e51e7f5db5e101827363e062d092c57 /Documentation
parent352d72a30e3d113064ebc194f49560eeae34b332 (diff)
parentcaa47adc5a68045bfb9e88fcfee0e50589d129df (diff)
downloadgit-8e342255224f459ddff4d7f974161ae47d26d1d7.zip
git-8e342255224f459ddff4d7f974161ae47d26d1d7.tar.gz
git-8e342255224f459ddff4d7f974161ae47d26d1d7.tar.bz2
Merge branch 'tb/core-eol-fix'
A couple of bugs around core.autocrlf have been fixed. * tb/core-eol-fix: convert.c: ident + core.autocrlf didn't work t0027: test cases for combined attributes convert: allow core.autocrlf=input and core.eol=crlf t0027: make commit_chk_wrnNNO() reliable
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e4cd291..54253d1 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -353,9 +353,9 @@ core.quotePath::
core.eol::
Sets the line ending type to use in the working directory for
- files that have the `text` property set. Alternatives are
- 'lf', 'crlf' and 'native', which uses the platform's native
- line ending. The default value is `native`. See
+ files that have the `text` property set when core.autocrlf is false.
+ Alternatives are 'lf', 'crlf' and 'native', which uses the platform's
+ native line ending. The default value is `native`. See
linkgit:gitattributes[5] for more information on end-of-line
conversion.