From f78683f3a85ca16ae16e1180703d3280b272f45d Mon Sep 17 00:00:00 2001 From: Jay Soffian Date: Tue, 13 Apr 2010 12:52:55 -0400 Subject: [PATCH] Documentation/config.txt: default gc.aggressiveWindow is 250, not 10 The default for gc.aggressiveWindow has been 250 since 1c192f3 (gc --aggressive: make it really aggressive, 2007-12-06). Signed-off-by: Jay Soffian Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 437b4ac5ee..75b8afec09 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -885,7 +885,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 -- 2.11.4.GIT