This bash one-liner displays all blob objects in the repository, with the largest ones last.
This will generate computer-friendly output.
git rev-list --objects --all \
| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \