@joeyh@hachyderm.io Doesn't git have a length field for each blob? That would prevent lots of kinds of abuse. Most of the checks require `git fsck` though, and that isn't run by default. I recommend requiring it in each machine's global git config, e.g. git config --global transfer.fsckObjects=true
@eighthave @joeyh I just checked, yes, blobs have a length prepended, and it uses raw deflate, so gzip comment shenaningans either