Comment 6 for bug 1232304

Revision history for this message
Haw Loeung (hloeung) wrote : Re: consider tuning git setup for juju-core, and document caveats

This worked for me to reclaim space:

rm -rf .git
git init
git config --global core.bigFileThreshold 10m
git config --global pack.windowMemory 256m
git add .
git commit -m '[hloeung] stripped to save diskspace'

At least, I think it did. Tested against a staging service :)