pub fn parse_target_for_repository(
repo: &Repository,
url: &str,
) -> Result<RemoteTarget, String>Expand description
Parse a remote using the repository’s source authority to interpret HTTPS.
pub fn parse_target_for_repository(
repo: &Repository,
url: &str,
) -> Result<RemoteTarget, String>Parse a remote using the repository’s source authority to interpret HTTPS.