pub fn verify_gitmodules_for_commit( odb: &Odb, commit_oid: ObjectId, ) -> Result<Option<String>>
Validate every .gitmodules blob reachable from commit_oid. Returns Some(hex: msg) on error.
.gitmodules
commit_oid
Some(hex: msg)