> in a future version of git you should be able to do "git tag
--merged" to get the tags that are "merged" to a particular branch.
Would it return every tag in the branch, even if it was created in that branch,
and not merged from somewhere else? If no, than it's not what I am looking for.
(O
Hi everyone,
the question how to list tags, that point to commits contained in a
certain branch came up on StackOverflow couple times, and this appears
to be the only fast solution (example for local devel branch):
git log --simplify-by-decoration --decorate --pretty=%d
"refs/heads/devel
2 matches
Mail list logo