#2490 [RFE] branch ref in commit list
Closed: Fixed Opened by remi.

cgit is able to display, in commit list, the branch name where the commit is the last one.

Ex: https://git.remirepo.net/cgit/rpms/php/nette/php-nette-deprecated.git/log/ (the "master" and "head" box)

This is really useful to quickly known which branches are synced

This is missing in pagure.
Ex: https://src.fedoraproject.org/rpms/composer/commits/master

  • the "Fedora_27_Mass_Rebuild" commit should have the "master" information)
  • the "Update to 1.4.2" commit should have the "f26" information)

Metadata Update from @pingou:
- Issue tagged with: RFE

Metadata Update from @pingou:
- Issue assigned to pingou

How does this look? :)

Screenshot_from_2017-10-12_10-30-05.png

looks good!

Thanks :)

Working on the tests and I'll submit the PR :)

This should land in 3.10.

Looks awesome apart from second commit from top... Hash is somewhere else than expected =)

That's due to the length of the first line of the commit message (and my firefox window being squeezed on the side to a non-regular width).

Commit 17e9e230 fixes this issue

Metadata