aboutsummaryrefslogtreecommitdiffstats
path: root/gettext.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-04-24Sync with Git 2.40.1Junio C Hamano1-0/+4
2023-04-17Sync with 2.38.5Johannes Schindelin1-0/+4
2023-04-17Sync with 2.32.7Johannes Schindelin1-0/+4
2023-04-17Sync with 2.30.9Johannes Schindelin1-0/+4
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin1-0/+4
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2022-08-26grep: fix multibyte regex handling under macOSDiomidis Spinellis1-2/+0
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-02-10Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-10/+0
2021-01-21tests: remove support for GIT_TEST_GETTEXT_POISONÆvar Arnfjörð Bjarmason1-10/+0
2021-01-11gettext.c: remove/reword a mostly-useless commentÆvar Arnfjörð Bjarmason1-79/+15
2019-07-25Merge branch 'ab/test-env'Junio C Hamano1-4/+2
2019-07-03gettext: always use UTF-8 on native WindowsKarsten Blees1-1/+19
2019-06-21tests: make GIT_TEST_GETTEXT_POISON a booleanÆvar Arnfjörð Bjarmason1-4/+2
2018-11-09i18n: make GETTEXT_POISON a runtime optionÆvar Arnfjörð Bjarmason1-4/+7
2018-05-08Merge branch 'js/runtime-prefix'Junio C Hamano1-1/+9
2018-05-08Merge branch 'dj/runtime-prefix'Junio C Hamano1-3/+5
2018-04-24git_setup_gettext: plug memory leakJohannes Schindelin1-2/+7
2018-04-24gettext: avoid initialization if the locale dir is not presentJohannes Schindelin1-0/+3
2018-04-11exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques1-3/+5
2016-07-01gettext: add is_utf8_locale()Nguyễn Thái Ngọc Duy1-2/+22
2015-06-29introduce "format" date-modeJeff King1-0/+1
2015-02-26gettext.c: move get_preferred_languages() from http.cJeff King1-0/+25
2013-12-04gettext.c: detect the vsnprintf bug at runtimeNguyễn Thái Ngọc Duy1-4/+15
2012-09-14fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy1-2/+13
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+117
2011-03-08i18n: do not poison translations unless GIT_GETTEXT_POISON envvar is setJonathan Nieder1-0/+14