summaryrefslogtreecommitdiffstats
path: root/builtin/checkout--worker.c
AgeCommit message (Expand)AuthorLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano-3/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai-1/+4
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2021-10-15pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason-2/+2
2021-06-15builtin/checkout--worker: zero-initialise struct to avoid MSAN complaintsAndrzej Hunt-1/+1
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares-1/+1
2021-04-19parallel-checkout: make it truly parallelMatheus Tavares-0/+145