summaryrefslogtreecommitdiffstats
path: root/compat/precompose_utf8.c
AgeCommit message (Expand)AuthorLines
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng-1/+1
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt-2/+2
2016-02-22compat: die when unable to set core.precomposeunicodePatrick Steinhardt-1/+2
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King-8/+10
2015-10-05precompose_utf8: drop unused variableJeff King-2/+1
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Torsten Bögershausen-5/+2
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy-1/+1
2013-04-12precompose-utf8: fix spelling of "want" in error messageStefano Lattarini-1/+1
2012-08-20precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano-8/+8
2012-08-17cleanup precompose_utf8Robin Rosenberg-20/+14
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen-0/+190