Skip to content

Commit

Permalink
Documentation/config.txt: default gc.aggressiveWindow is 250, not 10
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jay Soffian authored and Junio C Hamano committed Apr 13, 2010
1 parent adda3c3 commit f78683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f78683f

Please sign in to comment.