diff options
author | Jay Soffian <jaysoffian@gmail.com> | 2010-04-13 12:52:55 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-13 12:27:19 -0700 |
commit | f78683f3a85ca16ae16e1180703d3280b272f45d (patch) | |
tree | 14df1dd4ffeeb4825e3a44d5c9210e490cfc2ca8 /Documentation/config.txt | |
parent | adda3c3beb0a244719becb1895e16227b0393bd1 (diff) | |
download | git-f78683f3a85ca16ae16e1180703d3280b272f45d.tar.gz git-f78683f3a85ca16ae16e1180703d3280b272f45d.tar.xz |
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 437b4ac5e..75b8afec0 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 |