summaryrefslogtreecommitdiff
path: root/sh-i18n--envsubst.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason2021-06-091-3/+3
* cleanup: fix possible overflow errors in binary search, part 2René Scharfe2019-06-131-1/+1
* trace2: create new combined trace facilityJeff Hostetler2019-02-221-0/+3
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-4/+2
* remove unnecessary check before QSORTRené Scharfe2016-09-291-2/+1
* use QSORTRené Scharfe2016-09-291-1/+1
* add an extra level of indirection to main()Jeff King2016-07-011-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-4/+1
* use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-211-3/+1
* sh-i18n--envsubst: retire unused string_list_member()es/sh-i18n-envsubstEric Sunshine2014-03-121-12/+0
* Merge branch 'js/i18n-windows'Junio C Hamano2011-06-291-0/+1
|\
| * sh-i18n--envsubst: do not crash when no arguments are givenJohannes Sixt2011-06-061-0/+1
* | Merge branch 'ab/i18n-scripts-basic'Junio C Hamano2011-06-171-1/+0
|\ \
| * | sh-i18n--envsubst.c: do not #include getopt.hBrandon Casey2011-06-171-1/+0
| |/
* | sh-18n: quell "unused variable" warningMichael J Gruber2011-05-251-2/+2
|/
* git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext()Ævar Arnfjörð Bjarmason2011-05-141-0/+444