Browse Source

docs/git-gc: fix typo "--prune=all" to "--prune=now"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Robert P. J. Day 6 years ago committed by Junio C Hamano
parent
commit
716a5af812
  1. 2
      Documentation/git-gc.txt

2
Documentation/git-gc.txt

@ -76,7 +76,7 @@ be performed as well. @@ -76,7 +76,7 @@ be performed as well.
--prune=<date>::
Prune loose objects older than date (default is 2 weeks ago,
overridable by the config variable `gc.pruneExpire`).
--prune=all prunes loose objects regardless of their age and
--prune=now prunes loose objects regardless of their age and
increases the risk of corruption if another process is writing to
the repository concurrently; see "NOTES" below. --prune is on by
default.

Loading…
Cancel
Save