|
Also, just to track information:
We have to use
`git describe --long --tags --abbrev=40`
otherwise git - does not show the tags of the current commit - shows only the short commit id (7 digits long)
Moreover, there is a funny thing: if a commit is tagged multiple times, the behaviour of git describe is no defined, so we should not tag twice a single commit. Check git's documentation here:
https://git-scm.com/docs/git-describe
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|