Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get annotated tags #1936

Closed
AlesyaSeliazniova30032012 opened this issue Jul 4, 2024 · 0 comments
Closed

Get annotated tags #1936

AlesyaSeliazniova30032012 opened this issue Jul 4, 2024 · 0 comments

Comments

@AlesyaSeliazniova30032012

I need to use GItPython API to get annotated tags. If I do next:

repo = git.Repo(repo_path) tags = repo.tags
I get list of lightweight tags. How do I get a list of annotated tags?
I need for annotated tags info: tag, tagger, tagged_date
Thanks for any help

@gitpython-developers gitpython-developers locked and limited conversation to collaborators Jul 4, 2024
@Byron Byron converted this issue into discussion #1937 Jul 4, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Development

No branches or pull requests

1 participant