Skip to content

Commit c9486ae

Browse files
drafnelspearce
authored andcommitted
Documentation/git-gc.txt: default --aggressive window is 250, not 10
The default --aggressive window has been 250 since 1c192f3 "gc --aggressive: make it really aggressive", released in git v1.6.3. Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent 42a0ea9 commit c9486ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ much time is spent optimizing the delta compression of the objects in
106106
the repository when the --aggressive option is specified. The larger
107107
the value, the more time is spent optimizing the delta compression. See
108108
the documentation for the --window' option in linkgit:git-repack[1] for
109-
more details. This defaults to 10.
109+
more details. This defaults to 250.
110110

111111
The optional configuration variable 'gc.pruneExpire' controls how old
112112
the unreferenced loose objects have to be before they are pruned. The

0 commit comments

Comments
 (0)