summaryrefslogtreecommitdiffstats
path: root/builtin/checkout--worker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-0/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
* pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason2021-10-151-2/+2
* builtin/checkout--worker: zero-initialise struct to avoid MSAN complaintsAndrzej Hunt2021-06-151-1/+1
* make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-1/+1
* parallel-checkout: make it truly parallelMatheus Tavares2021-04-191-0/+145