]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/parallel-checkout-part-2'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Apr 2021 04:50:26 +0000 (13:50 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Apr 2021 04:50:26 +0000 (13:50 +0900)
commita1cac26cc60f611b2f94badfc9c8522a65e79dc1
tree5bbbdc78161815ae9a3b68e3cb0469dbefbc998a
parent59bb0aa93e6edaca44b2a5488fc915d468bae46f
parent68e66f2987724a639c896e7996ea347be62ef578
Merge branch 'mt/parallel-checkout-part-2'

The checkout machinery has been taught to perform the actual
write-out of the files in parallel when able.

* mt/parallel-checkout-part-2:
  parallel-checkout: add design documentation
  parallel-checkout: support progress displaying
  parallel-checkout: add configuration options
  parallel-checkout: make it truly parallel
  unpack-trees: add basic support for parallel checkout
Makefile
entry.c
git.c
unpack-trees.c