| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-04-24 | Sync with Git 2.40.1 | Junio C Hamano | 1 | -0/+4 |
| 2023-04-17 | Sync with 2.38.5 | Johannes Schindelin | 1 | -0/+4 |
| 2023-04-17 | Sync with 2.32.7 | Johannes Schindelin | 1 | -0/+4 |
| 2023-04-17 | Sync with 2.30.9 | Johannes Schindelin | 1 | -0/+4 |
| 2023-04-17 | gettext: avoid using gettext if the locale dir is not present | Johannes Schindelin | 1 | -0/+4 |
| 2023-03-21 | treewide: remove cache.h inclusion due to environment.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2022-08-26 | grep: fix multibyte regex handling under macOS | Diomidis Spinellis | 1 | -2/+0 |
| 2021-07-13 | *.c static functions: add missing __attribute__((format)) | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-02-10 | Merge branch 'ab/detox-gettext-tests' | Junio C Hamano | 1 | -10/+0 |
| 2021-01-21 | tests: remove support for GIT_TEST_GETTEXT_POISON | Ævar Arnfjörð Bjarmason | 1 | -10/+0 |
| 2021-01-11 | gettext.c: remove/reword a mostly-useless comment | Ævar Arnfjörð Bjarmason | 1 | -79/+15 |
| 2019-07-25 | Merge branch 'ab/test-env' | Junio C Hamano | 1 | -4/+2 |
| 2019-07-03 | gettext: always use UTF-8 on native Windows | Karsten Blees | 1 | -1/+19 |
| 2019-06-21 | tests: make GIT_TEST_GETTEXT_POISON a boolean | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
| 2018-11-09 | i18n: make GETTEXT_POISON a runtime option | Ævar Arnfjörð Bjarmason | 1 | -4/+7 |
| 2018-05-08 | Merge branch 'js/runtime-prefix' | Junio C Hamano | 1 | -1/+9 |
| 2018-05-08 | Merge branch 'dj/runtime-prefix' | Junio C Hamano | 1 | -3/+5 |
| 2018-04-24 | git_setup_gettext: plug memory leak | Johannes Schindelin | 1 | -2/+7 |
| 2018-04-24 | gettext: avoid initialization if the locale dir is not present | Johannes Schindelin | 1 | -0/+3 |
| 2018-04-11 | exec_cmd: RUNTIME_PREFIX on some POSIX systems | Dan Jacques | 1 | -3/+5 |
| 2016-07-01 | gettext: add is_utf8_locale() | Nguyễn Thái Ngọc Duy | 1 | -2/+22 |
| 2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+1 |
| 2015-02-26 | gettext.c: move get_preferred_languages() from http.c | Jeff King | 1 | -0/+25 |
| 2013-12-04 | gettext.c: detect the vsnprintf bug at runtime | Nguyễn Thái Ngọc Duy | 1 | -4/+15 |
| 2012-09-14 | fetch: align per-ref summary report in UTF-8 locales | Nguyễn Thái Ngọc Duy | 1 | -2/+13 |
| 2011-12-05 | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 1 | -0/+117 |
| 2011-03-08 | i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is set | Jonathan Nieder | 1 | -0/+14 |