summaryrefslogtreecommitdiffstats
path: root/strvec.c
AgeCommit message (Expand)AuthorLines
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