| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config_set()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_bool()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-07 | path: drop `git_path_buf()` in favor of `repo_git_path_replace()` | Patrick Steinhardt | 1 | -3/+3 |
| 2024-08-13 | global: prepare for hiding away repo-less config functions | Patrick Steinhardt | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2021-04-05 | precompose_utf8: make precompose_string_if_needed() public | Torsten Bögershausen | 1 | -5/+4 |
| 2021-02-03 | MacOS: precompose_argv_prefix() | Torsten Bögershausen | 1 | -19/+33 |
| 2019-01-31 | Support working-tree-encoding "UTF-16LE-BOM" | Torsten Bögershausen | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
| 2016-02-22 | config: rename git_config_set_or_die to git_config_set | Patrick Steinhardt | 1 | -2/+2 |
| 2016-02-22 | compat: die when unable to set core.precomposeunicode | Patrick Steinhardt | 1 | -1/+2 |
| 2015-10-05 | probe_utf8_pathname_composition: use internal strbuf | Jeff King | 1 | -8/+10 |
| 2015-10-05 | precompose_utf8: drop unused variable | Jeff King | 1 | -2/+1 |
| 2013-08-27 | Set core.precomposeunicode to true on e.g. HFS+ | Torsten Bögershausen | 1 | -5/+2 |
| 2013-04-18 | utf8.c: add reencode_string_len() that can handle NULs in string | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2013-04-12 | precompose-utf8: fix spelling of "want" in error message | Stefano Lattarini | 1 | -1/+1 |
| 2012-08-20 | precompose-utf8: do not call checks for non-ascii "utf8" | Junio C Hamano | 1 | -8/+8 |
| 2012-08-17 | cleanup precompose_utf8 | Robin Rosenberg | 1 | -20/+14 |
| 2012-07-08 | git on Mac OS and precomposed unicode | Torsten Bögershausen | 1 | -0/+190 |