Hi, On Fri, 13 Feb 2009 18:14:39 +0100, Thomas Rast <trast@xxxxxxxxxxxxxxx> wrote: > Add a section about how to shrink a repository's size after running > git-filter-branch to remove large blobs from history. Good idea. > +* Expire all reflogs with `git reflog expire \--expire=now \--all`. > + > +* Repack to remove packed objects with `git repack -ad`. > + > +* Prune unpacked unreferenced objects with `git prune \--expire=now`. Is the --expire=now actually needed for prune? The way I read it git-prune(1), it defaults to pruning everything anyway. -Jan -- 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