]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs/git-gc: fix typo "--prune=all" to "--prune=now"
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 2 Mar 2019 08:51:52 +0000 (03:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Mar 2019 09:35:54 +0000 (18:35 +0900)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt

index c20ee6c7892518de4ba915e473e7ed736f68fe6b..8a5df51641f68e57520091937c9ec5468f9e68db 100644 (file)
@@ -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.