pub fn validate_submodule_push_refspecs(
submodule_git_dir: &Path,
superproject_head_branch: &str,
refspecs: &[String],
) -> Result<()>Expand description
Validate refspecs for nested submodule push (submodule--helper push-check subset).