Skip to content

Commit 7e82388

Browse files
pks-tgitster
authored andcommitted
docs/git-gc: fix default value for --aggressiveDepth
In commit 07e7dbf (gc: default aggressive depth to 50, 2016-08-11), the default aggressive depth of git-gc has been changed to 50. While git-config(1) has been updated to represent the new default value, git-gc(1) still mentions the old value. This patch fixes it. Signed-off-by: Patrick Steinhardt <[email protected]> Reviewed-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b9e3c2 commit 7e82388

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
@@ -127,7 +127,7 @@ the documentation for the --window' option in linkgit:git-repack[1] for
127127
more details. This defaults to 250.
128128

129129
Similarly, the optional configuration variable `gc.aggressiveDepth`
130-
controls --depth option in linkgit:git-repack[1]. This defaults to 250.
130+
controls --depth option in linkgit:git-repack[1]. This defaults to 50.
131131

132132
The optional configuration variable `gc.pruneExpire` controls how old
133133
the unreferenced loose objects have to be before they are pruned. The

0 commit comments

Comments
 (0)