Merge branch 'rd/gc-prune-doc-fix'

Doxfix.

* rd/gc-prune-doc-fix:
  docs/git-gc: fix typo "--prune=all" to "--prune=now"
This commit is contained in:
Junio C Hamano 2019-03-11 16:16:26 +09:00
commit 443442ec71

View file

@ -76,7 +76,7 @@ be performed as well.
--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,
overridable by the config variable `gc.pruneExpire`). 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 increases the risk of corruption if another process is writing to
the repository concurrently; see "NOTES" below. --prune is on by the repository concurrently; see "NOTES" below. --prune is on by
default. default.