summaryrefslogtreecommitdiff
path: root/Documentation/git-gc.txt
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2017-02-24 08:46:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-24 17:59:12 (GMT)
commit7e82388024504be733ba23c97f884148870fe9cc (patch)
tree98d75fbb6d02e5d4d8b953084f53ab0e6152d541 /Documentation/git-gc.txt
parent3b9e3c2cede15057af3ff8076c45ad5f33829436 (diff)
downloadgit-7e82388024504be733ba23c97f884148870fe9cc.zip
git-7e82388024504be733ba23c97f884148870fe9cc.tar.gz
git-7e82388024504be733ba23c97f884148870fe9cc.tar.bz2
docs/git-gc: fix default value for `--aggressiveDepth`
In commit 07e7dbf0d (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 <ps@pks.im> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-gc.txt')
-rw-r--r--Documentation/git-gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index 852b72c..571b5a7 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -127,7 +127,7 @@ the documentation for the --window' option in linkgit:git-repack[1] for
more details. This defaults to 250.
Similarly, the optional configuration variable `gc.aggressiveDepth`
-controls --depth option in linkgit:git-repack[1]. This defaults to 250.
+controls --depth option in linkgit:git-repack[1]. This defaults to 50.
The optional configuration variable `gc.pruneExpire` controls how old
the unreferenced loose objects have to be before they are pruned. The