diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-23 14:54:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-23 14:54:30 -0700 |
commit | 8e342255224f459ddff4d7f974161ae47d26d1d7 (patch) | |
tree | fc6f86ac1e51e7f5db5e101827363e062d092c57 /Documentation | |
parent | 352d72a30e3d113064ebc194f49560eeae34b332 (diff) | |
parent | caa47adc5a68045bfb9e88fcfee0e50589d129df (diff) | |
download | git-8e342255224f459ddff4d7f974161ae47d26d1d7.tar.gz |
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.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index e4cd29146a..54253d1635 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. |