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)
commitb7e65b51e53bd43e937bd6238b9ee81412d9080c
tree610cbde3fa5571f9ac188bbb5f8bfc9fc17a1f79
parent634e0084fac75cf85449a813da14968c9663a094
parentf08cbf60fe11507b5ff722ceae95dfb86ce654ee
Merge branch 'jt/threaded-index-pack'

"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
builtin/index-pack.c