summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-06 21:27:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-06-06 21:27:36 (GMT)
commit7dcbf891d975eba5b1e3095cb3b389834689ac09 (patch)
treea7366f7f120101529b906c01a97834a33c5608e2 /Documentation
parent05781d37fa43b5dada77d1bcfd4cdc42742e7421 (diff)
parentcaa47adc5a68045bfb9e88fcfee0e50589d129df (diff)
downloadgit-7dcbf891d975eba5b1e3095cb3b389834689ac09.zip
git-7dcbf891d975eba5b1e3095cb3b389834689ac09.tar.gz
git-7dcbf891d975eba5b1e3095cb3b389834689ac09.tar.bz2
Merge branch 'tb/core-eol-fix' into maint
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 b945d67..0269620 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.