* [PATCH] Documentation/config.txt: default gc.aggressiveWindow is 250, not 10
@ 2010-04-13 16:52 Jay Soffian
0 siblings, 0 replies; only message in thread
From: Jay Soffian @ 2010-04-13 16:52 UTC (permalink / raw)
To: git; +Cc: Jay Soffian, Junio C Hamano
The default for gc.aggressiveWindow has been 250 since 1c192f3
(gc --aggressive: make it really aggressive, 2007-12-06).
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
---
Documentation/config.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 06b2f82..aa5411e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -914,7 +914,7 @@ format.signoff::
gc.aggressiveWindow::
The window size parameter used in the delta compression
algorithm used by 'git gc --aggressive'. This defaults
- to 10.
+ to 250.
gc.auto::
When there are approximately more than this many loose
--
1.7.0.3.436.g2b878
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-13 16:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-13 16:52 [PATCH] Documentation/config.txt: default gc.aggressiveWindow is 250, not 10 Jay Soffian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).