mirror of
https://github.com/git/git.git
synced 2024-11-18 21:23:51 +01:00
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 <jaysoffian@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
adda3c3beb
commit
f78683f3a8
@ -885,7 +885,7 @@ format.signoff::
|
|||||||
gc.aggressiveWindow::
|
gc.aggressiveWindow::
|
||||||
The window size parameter used in the delta compression
|
The window size parameter used in the delta compression
|
||||||
algorithm used by 'git gc --aggressive'. This defaults
|
algorithm used by 'git gc --aggressive'. This defaults
|
||||||
to 10.
|
to 250.
|
||||||
|
|
||||||
gc.auto::
|
gc.auto::
|
||||||
When there are approximately more than this many loose
|
When there are approximately more than this many loose
|
||||||
|
Loading…
Reference in New Issue
Block a user