On Wed, 3 May 2006, Josh Boyer wrote:
quoted
That's what you just do "git repack -a -d" for.
But that doesn't roll exsisting packs into a new pack, does it?
It does. That's what the "-a" (for "all") does.
I don't personally do incremental packs at all - the full repack is fast
enough on the hardware I use (especially since Junio just kicked it into
some serious performance shape) that I don't have the need for
incrementals.
Linus