pub fn list_refs_with_prefix( repo: &Repository, prefix: &str, ) -> Result<Vec<String>>
List all ref names matching a glob prefix.