]> granicus.if.org Git - git/commitdiff
Merge branch 'ls/checkout-encoding'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:22 +0000 (15:59 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 May 2018 06:59:22 +0000 (15:59 +0900)
The new "checkout-encoding" attribute can ask Git to convert the
contents to the specified encoding when checking out to the working
tree (and the other way around when checking in).

* ls/checkout-encoding:
  convert: add round trip check based on 'core.checkRoundtripEncoding'
  convert: add tracing for 'working-tree-encoding' attribute
  convert: check for detectable errors in UTF encodings
  convert: add 'working-tree-encoding' attribute
  utf8: add function to detect a missing UTF-16/32 BOM
  utf8: add function to detect prohibited UTF-16/32 BOM
  utf8: teach same_encoding() alternative UTF encoding names
  strbuf: add a case insensitive starts_with()
  strbuf: add xstrdup_toupper()
  strbuf: remove unnecessary NUL assignment in xstrdup_tolower()

1  2 
Documentation/config.txt
Documentation/gitattributes.txt
config.c
convert.c
convert.h
environment.c
git-compat-util.h
sha1-file.c
strbuf.c
strbuf.h
utf8.c

Simple merge
Simple merge
diff --cc config.c
Simple merge
diff --cc convert.c
Simple merge
diff --cc convert.h
Simple merge
diff --cc environment.c
Simple merge
Simple merge
diff --cc sha1-file.c
Simple merge
diff --cc strbuf.c
Simple merge
diff --cc strbuf.h
Simple merge
diff --cc utf8.c
Simple merge