From: Yash Bhatambare Date: Wed, 6 Mar 2019 05:23:10 +0000 (+0000) Subject: gitattributes.txt: fix typo X-Git-Tag: v2.22.0-rc0~155^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e6e15194a85af68db9f9ce076eb32c47e7063b3c 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 Signed-off-by: Torsten Bögershausen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index a2310fb920..4b4f04429e 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -344,7 +344,7 @@ 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 (use `UTF-16-LE-BOM` instead of `UTF-16LE` if +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`