From: René Scharfe Date: Sun, 19 Jun 2022 05:38:50 +0000 (+0200) Subject: gc: simplify --cruft description X-Git-Tag: v2.37.0-rc2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=378b51993aa022c432b23b7f1bafd921b7c43835;p=thirdparty%2Fgit.git gc: simplify --cruft description Remove duplicate "loose objects". Signed-off-by: René Scharfe Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index ba4e67700e..0af7540a0c 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -56,8 +56,7 @@ be performed as well. --cruft:: When expiring unreachable objects, pack them separately into a - cruft pack instead of storing the loose objects as loose - objects. + cruft pack instead of storing them as loose objects. --prune=:: Prune loose objects older than date (default is 2 weeks ago,