How would you delete unreachable objects older than a specified time from your project database?
git delete --inert <time>
git branch --rebase <time>
git prune --expire <time>
git cache --obsolete <time>