Reset the accounting team Git repo (2022 edition)
Run this on every local clone of accounting.git and on the repo hosted at lizard:
git fsck --full && \
git reflog expire --all --expire=now && \
git repack -Ad && \
git prune-packed && \
git gc --prune=now --aggressive
… then create an issue about doing the same next year.