]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
Makefile
entry.c
git.c
unpack-trees.c

diff --cc Makefile
Simple merge
diff --cc entry.c
Simple merge
diff --cc git.c
Simple merge
diff --cc unpack-trees.c
Simple merge