From 716a5af812dad5fc0814457a3dc570a73081dcc6 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 2 Mar 2019 03:51:52 -0500 Subject: docs/git-gc: fix typo "--prune=all" to "--prune=now" Signed-off-by: Robert P. J. Day Signed-off-by: Junio C Hamano diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt index c20ee6c..8a5df51 100644 --- a/Documentation/git-gc.txt +++ b/Documentation/git-gc.txt @@ -76,7 +76,7 @@ be performed as well. --prune=:: 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. -- cgit v0.10.2-6-g49f6