gitattributes.txt: fix typo
`UTF-16-LE-BOM` to `UTF-16LE-BOM`. this closes https://github.com/git-for-windows/git/issues/2095 Signed-off-by: Yash Bhatambare <ybhatambare@gmail.com> Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Yash Bhatambare committed
Mar 6, 2019 at 05:23 UTC
e6e15194a85af68db9f9ce076eb32c47e7063b3c
1 file changed
+1
-1
Documentation/gitattributes.txt
+1
-1
@@ -344,7 +344,7 @@ automatic line ending conversion based on your platform.
344
345
Use the following attributes if your '*.ps1' files are UTF-16 little
346
endian encoded without BOM and you want Git to use Windows line endings
347
-in the working directory (use `UTF-16-LE-BOM` instead of `UTF-16LE` if
347
+in the working directory (use `UTF-16LE-BOM` instead of `UTF-16LE` if
348
you want UTF-16 little endian with BOM).
349
Please note, it is highly recommended to
350
explicitly define the line endings with `eol` if the `working-tree-encoding`