summaryrefslogtreecommitdiff
path: root/compat/precompose_utf8.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen2021-04-051-5/+4
* MacOS: precompose_argv_prefix()Torsten Bögershausen2021-02-031-19/+33
* Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen2019-01-311-1/+1
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* typofix: assorted typofixes in comments, documentation and messageslp/typofixesLi Peng2016-05-061-1/+1
* config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-2/+2
* compat: die when unable to set core.precomposeunicodePatrick Steinhardt2016-02-221-1/+2
* probe_utf8_pathname_composition: use internal strbufJeff King2015-10-051-8/+10
* precompose_utf8: drop unused variableJeff King2015-10-051-2/+1
* Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-271-5/+2
* utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy2013-04-181-1/+1
* precompose-utf8: fix spelling of "want" in error messageStefano Lattarini2013-04-121-1/+1
* precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano2012-08-201-8/+8
* cleanup precompose_utf8Robin Rosenberg2012-08-171-20/+14
* git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-081-0/+190