summaryrefslogtreecommitdiff
path: root/parallel-checkout.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* checkout: fix two bugs on the final count of updated entriesMatheus Tavares2022-07-141-3/+7
* i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-2/+2
* Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-291-1/+1
|\
| * odb: teach read_blob_entry to use size_tMatt Cooper2021-11-031-1/+1
* | pkt-line.[ch]: remove unused packet_read_line_buf()Ævar Arnfjörð Bjarmason2021-10-151-2/+1
* | parallel-checkout: send the new object_id algo field to the workersMatheus Tavares2021-05-181-7/+6
|/
* ci: run test round with parallel-checkout enabledMatheus Tavares2021-05-051-0/+14
* parallel-checkout: add tests related to path collisionsMatheus Tavares2021-05-051-0/+4
* parallel-checkout: support progress displayingMatheus Tavares2021-04-191-3/+31
* parallel-checkout: add configuration optionsMatheus Tavares2021-04-191-5/+19
* parallel-checkout: make it truly parallelMatheus Tavares2021-04-191-26/+274
* unpack-trees: add basic support for parallel checkoutMatheus Tavares2021-04-191-0/+365