]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/threaded-index-pack'
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Sep 2020 19:36:28 +0000 (12:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Sep 2020 19:36:28 +0000 (12:36 -0700)
"git index-pack" learned to resolve deltified objects with greater
parallelism.

* jt/threaded-index-pack:
  index-pack: make quantum of work smaller
  index-pack: make resolve_delta() assume base data
  index-pack: calculate {ref,ofs}_{first,last} early
  index-pack: remove redundant child field
  index-pack: unify threaded and unthreaded code
  index-pack: remove redundant parameter
  Documentation: deltaBaseCacheLimit is per-thread

1  2 
builtin/index-pack.c

Simple merge