summaryrefslogtreecommitdiff
path: root/Documentation/gitattributes.txt
diff options
context:
space:
mode:
authorYash Bhatambare <ybhatambare@gmail.com>2019-03-06 05:23:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-07 00:24:06 (GMT)
commite6e15194a85af68db9f9ce076eb32c47e7063b3c (patch)
treee80d88b3b8d7450c25b687aaf5569edb3df02cce /Documentation/gitattributes.txt
parentaab2a1ae48ff65781a5379a01a4abb4f75e5641d (diff)
downloadgit-e6e15194a85af68db9f9ce076eb32c47e7063b3c.zip
git-e6e15194a85af68db9f9ce076eb32c47e7063b3c.tar.gz
git-e6e15194a85af68db9f9ce076eb32c47e7063b3c.tar.bz2
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>
Diffstat (limited to 'Documentation/gitattributes.txt')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index a2310fb..4b4f044 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`