]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/utf-16-le-with-explicit-bom'
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:21 +0000 (22:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2019 06:05:21 +0000 (22:05 -0800)
A new encoding UTF-16LE-BOM has been invented to force encoding to
UTF-16 with BOM in little endian byte order, which cannot be directly
generated by using iconv.

* tb/utf-16-le-with-explicit-bom:
  Support working-tree-encoding "UTF-16LE-BOM"


Trivial merge