On Wed, 27 Dec 2006, Shawn O. Pearce wrote: > > Junio asked for a 'git gc' utility which users can execute on a > regular basis to perform basic repository actions such as: > > * prune > * repack -a -d You should do "repack -a -d" _before_ pruning, because then pruning will be much more efficient (thanks to a more efficient repo format). Linus - 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