See all merge requests for a commit

Hi!

I am looking for a way to see merge requests for a commit.

That is, let’s say we have setup GitLab that direct pushes to master are forbidden and everything that goes into that branch must go via merge request (MRq).

So when I browse repository commits whenever I click/open a commit I would like to see which MRq it was merged with.
Reason: I would always like to go back to review/discussion for each commit.

Thanks!