Function git_repository::remote::name::validated
source · pub fn validated(name: impl Into<BString>) -> Result<BString, Error>
Expand description
Return name
if it is valid as symbolic remote name.
This means it has to be valid within a the ref path of a tracking branch.