File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,11 +198,11 @@ core.quotepath::
198
198
199
199
core.autocrlf::
200
200
If true, makes git convert `CRLF` at the end of lines in text files to
201
- `LF` when reading from the filesystem , and convert in reverse when
202
- writing to the filesystem . The variable can be set to
201
+ `LF` when reading from the work tree , and convert in reverse when
202
+ writing to the work tree . The variable can be set to
203
203
'input', in which case the conversion happens only while
204
- reading from the filesystem but files are written out with
205
- `LF` at the end of lines. A file is considered
204
+ reading from the work tree but files are written out to the work
205
+ tree with `LF` at the end of lines. A file is considered
206
206
"text" (i.e. be subjected to the autocrlf mechanism) based on
207
207
the file's `crlf` attribute, or if `crlf` is unspecified,
208
208
based on the file's contents. See linkgit:gitattributes[5].
You can’t perform that action at this time.
0 commit comments