dir: make untracked cache extension hash size independent
[gitweb.git] / Documentation / gitattributes.txt
index ce383e97dcc33377ffa79bd6304c0495fdab5979..bdd11a2dddf81647937f1cf002b37e0b192b47d1 100644 (file)
@@ -346,7 +346,9 @@ automatic line ending conversion based on your platform.
 
 Use the following attributes if your '*.ps1' files are UTF-16 little
 endian encoded without BOM and you want Git to use Windows line endings
-in the working directory. Please note, it is highly recommended to
+in the working directory (use `UTF-16LE-BOM` instead of `UTF-16LE` if
+you want UTF-16 little endian with BOM).
+Please note, it is highly recommended to
 explicitly define the line endings with `eol` if the `working-tree-encoding`
 attribute is used to avoid ambiguity.