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

Show annotations when listing tags #41

Open
robmoss opened this issue Nov 25, 2022 · 0 comments
Open

Show annotations when listing tags #41

robmoss opened this issue Nov 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request feedback Feedback from participants

Comments

@robmoss
Copy link
Owner

robmoss commented Nov 25, 2022

@nefeltellioglu suggested using git tag -n when listing tags (§2.11 How to create and use tags), so that the first line of each tag annotation is included in the output.

For example, in my pypfilt repository running git tag produces:

0.1.0
0.1.1
0.1.2
0.2.0
...

and running git tag -n produces:

0.1.0           pypfilt 0.1.0
0.1.1           pypfilt 0.1.1
0.1.2           pypfilt 0.1.2
0.2.0           pypfilt 0.2.0
...

Admittedly, my annotations don't provide any extra information, but this is definitely a good idea.

@robmoss robmoss added the enhancement New feature or request label Nov 25, 2022
@robmoss robmoss self-assigned this Nov 25, 2022
@robmoss robmoss added the feedback Feedback from participants label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback Feedback from participants
Projects
None yet
Development

No branches or pull requests

1 participant