diff options
| author | Taylor Blau <me@ttaylorr.com> | 2022-11-08 17:14:48 -0500 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2022-11-08 17:14:48 -0500 |
| commit | bdd42e34e3fdca79e20e30bcc03e99138e59c992 (patch) | |
| tree | 5d2d069ae20b54ff4f0006e63306dec30245e355 /Documentation | |
| parent | Merge branch 'tb/howto-using-redo-script' (diff) | |
| parent | config: let feature.experimental imply gc.cruftPacks=true (diff) | |
| download | git-bdd42e34e3fdca79e20e30bcc03e99138e59c992.tar.gz git-bdd42e34e3fdca79e20e30bcc03e99138e59c992.zip | |
Merge branch 'es/mark-gc-cruft-as-experimental'
Enable gc.cruftpacks by default for those who opt into
feature.experimental setting.
* es/mark-gc-cruft-as-experimental:
config: let feature.experimental imply gc.cruftPacks=true
gc: add tests for --cruft and friends
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/config/feature.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config/feature.txt b/Documentation/config/feature.txt index cdecd04e5b..95975e5091 100644 --- a/Documentation/config/feature.txt +++ b/Documentation/config/feature.txt @@ -14,6 +14,9 @@ feature.experimental:: + * `fetch.negotiationAlgorithm=skipping` may improve fetch negotiation times by skipping more commits at a time, reducing the number of round trips. ++ +* `gc.cruftPacks=true` reduces disk space used by unreachable objects during +garbage collection, preventing loose object explosions. feature.manyFiles:: Enable config options that optimize for repos with many files in the |
