Skip to content

Conversation

mlange-42
Copy link
Owner

@mlange-42 mlange-42 commented Jan 21, 2021

Tag ids/hashes are inconsistent in git2-rs / libgit2. Sometimes, the tag's id are separate ids of tags (find_tag), sometimes thay are the ids of the target commit.

To fix the problem, first look for the id with find_tag, then with find_commit if not found with find_tags

Fixes #49.

…o 0.4.3

Tag ids/hashes are inconsistent in git2-rs / libgit2. Sometimes, the tag's id are separate ids of tags (find_tag), sometimes thay are the ids of the target commit.
To fix the problem, first look for the id with find_tag, then with find_commit if not found with find_tags
@mlange-42 mlange-42 force-pushed the bugfis/missing-tags branch from 34631d3 to 6c6339e Compare January 21, 2021 23:01
@mlange-42 mlange-42 merged commit df3574b into master Jan 21, 2021
@mlange-42 mlange-42 deleted the bugfis/missing-tags branch January 21, 2021 23:09
@mlange-42 mlange-42 mentioned this pull request Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not show all tags
1 participant