File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,10 @@ core.autocrlf::
169
169
writing to the filesystem. The variable can be set to
170
170
'input', in which case the conversion happens only while
171
171
reading from the filesystem but files are written out with
172
- `LF` at the end of lines. Currently, which paths to consider
173
- "text" (i.e. be subjected to the autocrlf mechanism) is
174
- decided purely based on the contents.
172
+ `LF` at the end of lines. A file is considered
173
+ "text" (i.e. be subjected to the autocrlf mechanism) based on
174
+ the file's `crlf` attribute, or if `crlf` is unspecified,
175
+ based on the file's contents. See linkgit:gitattributes[5].
175
176
176
177
core.safecrlf::
177
178
If true, makes git check if converting `CRLF` as controlled by
You can’t perform that action at this time.
0 commit comments