pub fn remote_allows_insecure(
repo: &Repository,
remote_arg: Option<&str>,
) -> boolExpand description
Whether a named remote (or the default) has insecure = true in
.heddle/remotes.toml. Returns false for URL specs / missing remotes.
pub fn remote_allows_insecure(
repo: &Repository,
remote_arg: Option<&str>,
) -> boolWhether a named remote (or the default) has insecure = true in
.heddle/remotes.toml. Returns false for URL specs / missing remotes.