dir: make untracked cache extension hash size independent
[gitweb.git] / Documentation / gitattributes.txt
index 4b4f04429efebe34a503bc19101c950d4fbee98a..bdd11a2dddf81647937f1cf002b37e0b192b47d1 100644 (file)
@@ -124,7 +124,9 @@ text file is normalized, its line endings are converted to LF in the
 repository.  To control what line ending style is used in the working
 directory, use the `eol` attribute for a single file and the
 `core.eol` configuration variable for all text files.
-Note that `core.autocrlf` overrides `core.eol`
+Note that setting `core.autocrlf` to `true` or `input` overrides
+`core.eol` (see the definitions of those options in
+linkgit:git-config[1]).
 
 Set::