-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
It would be great if the gerrit code review plugin could discover tags (the git plugin have support for it).
After a quick look in the code I suspect that code around below "TODO" in AbstractGerritSCMSource.java need some changes.
if (context.wantTags()) { // TODO }