summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-03-11 07:16:26 (GMT)
commit443442ec71f31eb39de03557c49ef2c972a98baa (patch)
treed7b3a99d53ef2f392c604b129731c275ad076693
parentc0d97d299e85490d60b24e0a7905017d38c530cf (diff)
parent716a5af812dad5fc0814457a3dc570a73081dcc6 (diff)
downloadgit-443442ec71f31eb39de03557c49ef2c972a98baa.zip
git-443442ec71f31eb39de03557c49ef2c972a98baa.tar.gz
git-443442ec71f31eb39de03557c49ef2c972a98baa.tar.bz2
Merge branch 'rd/gc-prune-doc-fix'
Doxfix. * rd/gc-prune-doc-fix: docs/git-gc: fix typo "--prune=all" to "--prune=now"
-rw-r--r--Documentation/git-gc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt
index a744249..a7c1b0f 100644
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
@@ -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.