summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-09-22 19:36:28 (GMT)
commitb7e65b51e53bd43e937bd6238b9ee81412d9080c (patch)
tree610cbde3fa5571f9ac188bbb5f8bfc9fc17a1f79 /Documentation
parent634e0084fac75cf85449a813da14968c9663a094 (diff)
parentf08cbf60fe11507b5ff722ceae95dfb86ce654ee (diff)
downloadgit-b7e65b51e53bd43e937bd6238b9ee81412d9080c.zip
git-b7e65b51e53bd43e937bd6238b9ee81412d9080c.tar.gz
git-b7e65b51e53bd43e937bd6238b9ee81412d9080c.tar.bz2
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/core.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 74619a9..02002cf 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -399,7 +399,7 @@ the largest projects. You probably do not need to adjust this value.
Common unit suffixes of 'k', 'm', or 'g' are supported.
core.deltaBaseCacheLimit::
- Maximum number of bytes to reserve for caching base objects
+ Maximum number of bytes per thread to reserve for caching base objects
that may be referenced by multiple deltified objects. By storing the
entire decompressed base objects in a cache Git is able
to avoid unpacking and decompressing frequently used base