Hi all, I'm frequently asked the question in the subject. ABCD-12919 is some ticked number (yes, we use JIRA, thanks for your compassion), and technically the question boils down to:
What's the first (oldest) tag on branch B from which the last commit (assuming the possibility that a fix might have require multiple commits) containing ABCD-12919 is reachable? Right now, I just fire up git log --graph origin/B and search in the less-paged output for ABCD-12919 and then look up until I find the next tag in the decorations but I guess there's some better approach. Thanks, Tassilo -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/87o8t0ahca.fsf%40gnu.org.
