Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
[gitweb.git] / Documentation / git-gc.txt
index 5d04ab033030931cfd57ac4a75a96615fc33ff98..e158a3b31fce6b7573a3f549a3d9e0ecbf1cdff2 100644 (file)
@@ -62,8 +62,9 @@ automatic consolidation of packs.
 
 --prune=<date>::
        Prune loose objects older than date (default is 2 weeks ago,
-       overridable by the config variable `gc.pruneExpire`).  This
-       option is on by default.
+       overridable by the config variable `gc.pruneExpire`).
+       --prune=all prunes loose objects regardless of their age.
+       --prune is on by default.
 
 --no-prune::
        Do not prune any loose objects.