-
Notifications
You must be signed in to change notification settings - Fork 58
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
inconsistency in tags() ? #274
Comments
The goal was not to make |
Sorry I was not clear enough.
|
Thanks, for the follow up. |
Any updates on this? I see the same behavior in git2r version 0.25.2. I'm using git2r to retrieve information about tags and having to test for, handle and align the values from the different return values adds overhead - plus the 'git commit' object that git2r returns does not include the tag name for a lightweight tag. |
If I tag a repo using git2r::tag(), git2r::tags() output is a (list of)
git_tab
object.but if I add the tag using the git command:
git tag toto_1
, the output is a (list of)git_commit
object.Is this expected ? (This is not documented)
My use case is to sort the tags by time (cf next issue).
Thanks.
The text was updated successfully, but these errors were encountered: