summaryrefslogtreecommitdiffstats
path: root/strvec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strvec: introduce new `strvec_splice()` functionPatrick Steinhardt2024-11-211-0/+19
* strvec: declare the `strvec_push_nodup()` function globallyJohannes Schindelin2024-07-141-1/+1
* strvec: add functions to replace and remove stringsPatrick Steinhardt2024-05-271-0/+20
* strvec: drop unnecessary include of hex.hLinus Arver2023-11-031-1/+0
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* *.c *_init(): define in terms of corresponding *_INIT macroÆvar Arnfjörð Bjarmason2021-07-011-3/+2
* strvec: rename struct fieldsJeff King2020-07-311-22/+22
* strvec: rename files from argv-array to strvecJeff King2020-07-291-0/+109