summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:24 (GMT)
commit2cab2886944e4c0c2b8e2d76639bb145743ecc76 (patch)
treed0839983037480aeca8620c4961d01b2a3a67558 /Documentation
parent6053c04b88d28b31d752dc8783ff59324b6a82f7 (diff)
parente6e15194a85af68db9f9ce076eb32c47e7063b3c (diff)
downloadgit-2cab2886944e4c0c2b8e2d76639bb145743ecc76.zip
git-2cab2886944e4c0c2b8e2d76639bb145743ecc76.tar.gz
git-2cab2886944e4c0c2b8e2d76639bb145743ecc76.tar.bz2
Merge branch 'yb/utf-16le-bom-spellfix'
Doc update. * yb/utf-16le-bom-spellfix: gitattributes.txt: fix typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 9b41f81..bdd11a2 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -346,7 +346,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`