summaryrefslogtreecommitdiffstats
path: root/parallel-checkout.c
AgeCommit message (Expand)AuthorLines
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