summaryrefslogtreecommitdiff
path: root/strvec.c
AgeCommit message (Expand)Author
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt
2024-07-13strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin
2024-05-27strvec: add functions to replace and remove stringsPatrick Steinhardt
2023-11-03strvec: drop unnecessary include of hex.hLinus Arver
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2021-07-01*.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason
2020-07-30strvec: rename struct fieldsJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King