summaryrefslogtreecommitdiffstats
path: root/strvec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-2/+1
|\
| * global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-4/+1
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* | strvec: `strvec_splice()` to a statically initialized vectorRubén Justo2024-12-101-4/+7
|/
* 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