Browse Source

gc: simplify --cruft description

Remove duplicate "loose objects".

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
René Scharfe 3 years ago committed by Junio C Hamano
parent
commit
378b51993a
  1. 3
      Documentation/git-gc.txt

3
Documentation/git-gc.txt

@ -56,8 +56,7 @@ be performed as well.


--cruft:: --cruft::
When expiring unreachable objects, pack them separately into a When expiring unreachable objects, pack them separately into a
cruft pack instead of storing the loose objects as loose cruft pack instead of storing them as loose objects.
objects.


--prune=<date>:: --prune=<date>::
Prune loose objects older than date (default is 2 weeks ago, Prune loose objects older than date (default is 2 weeks ago,

Loading…
Cancel
Save