Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcorrectness issues in Git tag parsing #2766
Open
Comments
|
The trouble with tags in this context is that they are not tied to any branch. So, for each tag in the list it would be necessary to determine if they are reachable from
I.e. the Of course, running one more command would add to the complexity (and the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working on a fix for #2755 I noticed that tags are being handled that cannot be used anyway, e.g. tags of disconnected changesets. Similarly, per-branch tags should be constrained to the checked out branch.