$> git tag
>>> regex = re.compile('^refs/tags') >>> filter(lambda r: regex.match(r), repo.listall_references())
git-show
General
Enter search terms or a module, class or function name.