Junio C Hamano <gitster@xxxxxxxxx> writes: > diff --git a/Documentation/git-gc.txt b/Documentation/git-gc.txt > index 5223498..fa15104 100644 > --- a/Documentation/git-gc.txt > +++ b/Documentation/git-gc.txt > @@ -63,8 +63,11 @@ automatic consolidation of packs. > --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. > - --prune is on by default. > + --prune=all prunes loose objects regardless of their age (do > + not use --prune=all unless you know exactly what you are doing. > + Unless the repository is quiescent, you will lose newly created > + objects that haven't been anchored with the refs and end up > + corrupting your repository). --prune is on by default. Looks good to me. I think the same should be added to git-prune.txt under --expire. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html