aboutsummaryrefslogtreecommitdiffstats
path: root/strvec.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-2/+1
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo1-4/+7
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-4/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt1-0/+19
2024-07-13strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin1-1/+1
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt1-0/+20
2023-11-03strvec: drop unnecessary include of hex.hLinus Arver1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason1-3/+2
2020-07-30strvec: rename struct fieldsJeff King1-22/+22
2020-07-28strvec: rename files from argv-array to strvecJeff King1-0/+109