pub fn submodule_needs_push_to_remote(
super_repo: &Repository,
rel_path: &str,
_remote_name: &str,
oids: &[ObjectId],
) -> Result<bool>Expand description
True if oids contains commits not reachable from refs/remotes/<remote_name>/ in the submodule.