Merge branch 'yb/utf-16le-bom-spellfix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:24 +0000 (16:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 07:16:24 +0000 (16:16 +0900)
Doc update.

* yb/utf-16le-bom-spellfix:
gitattributes.txt: fix typo

1  2 
Documentation/gitattributes.txt
index 9b41f81c06ef9fd2386b0e424d4d62cb27195ae3,4b4f04429efebe34a503bc19101c950d4fbee98a..bdd11a2dddf81647937f1cf002b37e0b192b47d1
@@@ -124,9 -124,7 +124,9 @@@ text file is normalized, its line endin
  repository.  To control what line ending style is used in the working
  directory, use the `eol` attribute for a single file and the
  `core.eol` configuration variable for all text files.
 -Note that `core.autocrlf` overrides `core.eol`
 +Note that setting `core.autocrlf` to `true` or `input` overrides
 +`core.eol` (see the definitions of those options in
 +linkgit:git-config[1]).
  
  Set::
  
@@@ -346,7 -344,7 +346,7 @@@ automatic line ending conversion based 
  
  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`