summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-09-29 16:49:42 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-09-29 16:49:42 -0700
commiteb293ac8d62b05ce15b837759a5e660617212a37 (patch)
treeb2bc33be22e824239c7d0a92283a7a28a75508f6 /Documentation
parentMerge branch 'jk/rebase-i-drop-ident-check' into maint (diff)
parentgc: default aggressive depth to 50 (diff)
downloadtgif-eb293ac8d62b05ce15b837759a5e660617212a37.tar.xz
Merge branch 'jk/reduce-gc-aggressive-depth' into maint
"git gc --aggressive" used to limit the delta-chain length to 250, which is way too deep for gaining additional space savings and is detrimental for runtime performance. The limit has been reduced to 50. * jk/reduce-gc-aggressive-depth: gc: default aggressive depth to 50
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0bcb6790d6..8eb403d21e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1366,7 +1366,7 @@ fsck.skipList::
gc.aggressiveDepth::
The depth parameter used in the delta compression
algorithm used by 'git gc --aggressive'. This defaults
- to 250.
+ to 50.
gc.aggressiveWindow::
The window size parameter used in the delta compression