From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:43
"Martin Langhoff" [off-list ref] writes:
is there a way to scan the object store for blobs of around a given
size (as the packing code does) from Perl?
For objects in packs, verify-pack -v comes to mind (show-index
might show the same information). Loose objects needs help from
git-cat-file -s or git-cat-file -t or both.