"Martin Langhoff" <martin.langhoff@xxxxxxxxx> 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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html