diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-22 12:36:28 -0700 |
commit | b7e65b51e53bd43e937bd6238b9ee81412d9080c (patch) | |
tree | 610cbde3fa5571f9ac188bbb5f8bfc9fc17a1f79 /Documentation | |
parent | Merge branch 'es/format-patch-interdiff-cleanup' (diff) | |
parent | index-pack: make quantum of work smaller (diff) | |
download | tgif-b7e65b51e53bd43e937bd6238b9ee81412d9080c.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index 74619a9c03..02002cf109 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 |