Skip to content

Commit 716a5af

Browse files
robertpjdaygitster
authored andcommitted
docs/git-gc: fix typo "--prune=all" to "--prune=now"
Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d0ac38 commit 716a5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-gc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ be performed as well.
7676
--prune=<date>::
7777
Prune loose objects older than date (default is 2 weeks ago,
7878
overridable by the config variable `gc.pruneExpire`).
79-
--prune=all prunes loose objects regardless of their age and
79+
--prune=now prunes loose objects regardless of their age and
8080
increases the risk of corruption if another process is writing to
8181
the repository concurrently; see "NOTES" below. --prune is on by
8282
default.

0 commit comments

Comments
 (0)