summaryrefslogtreecommitdiffstats
path: root/parallel-checkout.c
AgeCommit message (Expand)AuthorLines
2025-11-23streaming: move into object database subsystemPatrick Steinhardt-1/+1
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt-1/+2
2025-07-23config: drop `git_config_get_int()` wrapperPatrick Steinhardt-2/+2
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+2
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt-7/+1
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares-3/+7
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila-2/+2
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano-1/+1
2021-11-03odb: teach read_blob_entry to use size_tMatt Cooper-1/+1
2021-10-15pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason-2/+1
2021-05-18parallel-checkout: send the new object_id algo field to the workersMatheus Tavares-7/+6
2021-05-05ci: run test round with parallel-checkout enabledMatheus Tavares-0/+14
2021-05-05parallel-checkout: add tests related to path collisionsMatheus Tavares-0/+4
2021-04-19parallel-checkout: support progress displayingMatheus Tavares-3/+31
2021-04-19parallel-checkout: add configuration optionsMatheus Tavares-5/+19
2021-04-19parallel-checkout: make it truly parallelMatheus Tavares-26/+274
2021-04-19unpack-trees: add basic support for parallel checkoutMatheus Tavares-0/+365