diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-29 09:32:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-29 09:32:51 -0700 |
commit | 9fadedd637b312089337d73c3ed8447e9f0aa775 (patch) | |
tree | 7c3c7fd874855d7bddd25a62495c8b921cc09274 /Documentation/config/feature.txt | |
parent | The second batch post 2.26 cycle (diff) | |
parent | pack-objects: flip the use of GIT_TEST_PACK_SPARSE (diff) | |
download | tgif-9fadedd637b312089337d73c3ed8447e9f0aa775.tar.xz |
Merge branch 'ds/default-pack-use-sparse-to-true'
The 'pack.useSparse' configuration variable now defaults to 'true',
enabling an optimization that has been experimental since Git 2.21.
* ds/default-pack-use-sparse-to-true:
pack-objects: flip the use of GIT_TEST_PACK_SPARSE
config: set pack.useSparse=true by default
Diffstat (limited to 'Documentation/config/feature.txt')
-rw-r--r-- | Documentation/config/feature.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/config/feature.txt b/Documentation/config/feature.txt index 875f8c8a66..4e3a5c0ceb 100644 --- a/Documentation/config/feature.txt +++ b/Documentation/config/feature.txt @@ -12,9 +12,6 @@ feature.experimental:: setting if you are interested in providing feedback on experimental features. The new default values are: + -* `pack.useSparse=true` uses a new algorithm when constructing a pack-file -which can improve `git push` performance in repos with many files. -+ * `fetch.negotiationAlgorithm=skipping` may improve fetch negotiation times by skipping more commits at a time, reducing the number of round trips. + |