Skip to content

Commit b7e65b5

Browse files
committed
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
2 parents 634e008 + f08cbf6 commit b7e65b5

File tree

2 files changed

+251
-207
lines changed

2 files changed

+251
-207
lines changed

Documentation/config/core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ the largest projects. You probably do not need to adjust this value.
399399
Common unit suffixes of 'k', 'm', or 'g' are supported.
400400

401401
core.deltaBaseCacheLimit::
402-
Maximum number of bytes to reserve for caching base objects
402+
Maximum number of bytes per thread to reserve for caching base objects
403403
that may be referenced by multiple deltified objects. By storing the
404404
entire decompressed base objects in a cache Git is able
405405
to avoid unpacking and decompressing frequently used base

0 commit comments

Comments
 (0)