#3043 Display git tags in the commit list.
Merged by pingou. Opened by pingou.
list_tags_commits  into  master

Download 3043.patch

Fixes https://pagure.io/pagure/issue/3012

This is how it looks:

Screenshot-2018-3-7_Commits_-_test_-_Pagure.png

rebased onto a3ad623329e5065bb0a4cb1731cd516a137aed6d

This should probably check for prefix only. With this code a weirdly named branch could be interpreted as a tag. For example, here's no tag, just a branch called branch/called/refs/tags/hack.

^^, fair, I'll update that :)

1 new commit added

  • Check how starts the reference rather than its content

The code looks good to me. One question: why flag icon instead of tag icon?

there is a tag one?

Checking and updating if so :)

Indeed, there is a tag, let's use it :)

rebased onto 06f5ad85d0509a4ecdadb91c79badae047cb8b86

Pull-Request has been merged by pingou

Metadata