pub fn fsck_dot_special_object(
oid: &ObjectId,
kind: ObjectKind,
data: &[u8],
gitmodules_oids: &HashSet<ObjectId>,
gitattributes_oids: &HashSet<ObjectId>,
) -> Vec<DotFsckIssue>Expand description
Content checks for OIDs registered as .gitmodules / .gitattributes targets (Git fsck_blob / fsck_blobs).