docs/git-gc: fix default value for `--aggressiveDepth`
commit7e82388024504be733ba23c97f884148870fe9cc
authorPatrick Steinhardt <ps@pks.im>
Fri, 24 Feb 2017 08:46:45 +0000 (24 09:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2017 17:59:12 +0000 (24 09:59 -0800)
tree98d75fbb6d02e5d4d8b953084f53ab0e6152d541
parent3b9e3c2cede15057af3ff8076c45ad5f33829436
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>
Documentation/git-gc.txt