aboutsummaryrefslogtreecommitdiffstats
path: root/compat/precompose_utf8.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt1-3/+3
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-04-05precompose_utf8: make precompose_string_if_needed() publicTorsten Bögershausen1-5/+4
2021-02-03MacOS: precompose_argv_prefix()Torsten Bögershausen1-19/+33
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen1-1/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-1/+1
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt1-2/+2
2016-02-22compat: die when unable to set core.precomposeunicodePatrick Steinhardt1-1/+2
2015-10-05probe_utf8_pathname_composition: use internal strbufJeff King1-8/+10
2015-10-05precompose_utf8: drop unused variableJeff King1-2/+1
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Torsten Bögershausen1-5/+2
2013-04-18utf8.c: add reencode_string_len() that can handle NULs in stringNguyễn Thái Ngọc Duy1-1/+1
2013-04-12precompose-utf8: fix spelling of "want" in error messageStefano Lattarini1-1/+1
2012-08-20precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano1-8/+8
2012-08-17cleanup precompose_utf8Robin Rosenberg1-20/+14
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen1-0/+190