]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitattributes.txt: fix typo
authorYash Bhatambare <ybhatambare@gmail.com>
Wed, 6 Mar 2019 05:23:10 +0000 (05:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:24:06 +0000 (09:24 +0900)
`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>
Documentation/gitattributes.txt

index a2310fb920ecf64cacf6617c97383bbc4443a03c..4b4f04429efebe34a503bc19101c950d4fbee98a 100644 (file)
@@ -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`