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