> The motivation behind the sync depth part was because of > disk space growing unbounded otherwise.
I recently did `git config --local fetch.prune true` to the repos I
don't develop (user mode).
And that seems to help with the uncontrollable growth.
# grep prune /usr/portage/.git/config -B1
[fetch]
prune = true
Michael
