Skip to content
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

GitRepository.Tags remain empty if you have a tag with message #1511

Open
schalpat opened this issue Feb 4, 2025 · 0 comments
Open

GitRepository.Tags remain empty if you have a tag with message #1511

schalpat opened this issue Feb 4, 2025 · 0 comments
Labels

Comments

@schalpat
Copy link

schalpat commented Feb 4, 2025

Usage Information

8.1.2 / net8 / net8 / Windows11

Description

I always add a message to a tag, in tortoisegit, you can identify these by the yellow pentagon label.

Image

Unfortunally these tags are not listed in the GitRepository.Tags enumeration

Image

Reproduction Steps

git tag -a v1.0 -m "Initial release version 1.0"

Expected Behavior

GitRepository.Tags should contain the v1.0 tag

Actual Behavior

GitRepository.Tags is empty

Regression?

No response

Known Workarounds

No response

Could you help with a pull-request?

No

@schalpat schalpat added the bug label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant