Function git_validate::tag::name

source ·
pub fn name(input: &BStr) -> Result<&BStr, Error>
Expand description

Assure the given input resemble a valid git tag name, which is returned unchanged on success.