Skip to main content

fsck_dot_special_object

Function fsck_dot_special_object 

Source
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).