Function gitcc_git::get_tag_refs
source · pub fn get_tag_refs(repo: &GitRepository) -> Result<Vec<Tag>, Error>Expand description
Retrieves all the repo tag references
This method looks for all references and finds the tags.
pub fn get_tag_refs(repo: &GitRepository) -> Result<Vec<Tag>, Error>Retrieves all the repo tag references
This method looks for all references and finds the tags.