google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
582 stars 174 forks source link

Show tag on commit page #111

Open craigfrancis opened 7 years ago

craigfrancis commented 7 years ago

Like many projects, Chromium uses tags to record its versions (aka "release points").

Would it be possible to show the "next tag" that was applied on the commitDetail page?


For example, the Chromium commit c8ccba8.

When it was created, it would show "tag: untagged".

On following day, after it had been given the tag "61.0.3130.0", it would show that.

But it should keep showing that tag, even when more tags are applied (i.e. not "61.0.3130.1").


This would help users identify which version of the software the change was applied to.

2017-07-12 12-46-07