pub fn verify_packed_dot_special(
by_oid: &HashMap<ObjectId, (ObjectKind, Vec<u8>)>,
) -> Result<()>Expand description
Run .gitmodules / .gitattributes fsck on a fully resolved pack object map (blob/tree bytes).
Used by index-pack --strict and unpack-objects --strict so oddly ordered packs still
validate malicious .gitmodules content after delta resolution.