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