Skip to content

Commit f78683f

Browse files
jaysoffiangitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent adda3c3 commit f78683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ format.signoff::
885885
gc.aggressiveWindow::
886886
The window size parameter used in the delta compression
887887
algorithm used by 'git gc --aggressive'. This defaults
888-
to 10.
888+
to 250.
889889

890890
gc.auto::
891891
When there are approximately more than this many loose

0 commit comments

Comments
 (0)