Enable display of traillers in graphs
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=423378) </details> <!--IssueSummary end--> ### Proposal Currently, the "Repository graph" feature displays the subject field of each commit as generated by git log --pretty=format:%s It would be extremely convenient if there were some mechanism to report information from trailers in that text, as for example generated by "git log --pretty='format:[%>(8)%(trailers:key=ticket,valueonly)%-C()] %s'" In a repository that uses trailers to associate meta-data with each commit (for example, a bug-tracking ticket), it would be wonderful if a user of the web-UI could selectively display that information.
issue