Skip to content

Commit 443442e

Browse files
committed
Merge branch 'rd/gc-prune-doc-fix'
Doxfix. * rd/gc-prune-doc-fix: docs/git-gc: fix typo "--prune=all" to "--prune=now"
2 parents c0d97d2 + 716a5af commit 443442e

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)