Way to find commit hash from a merge request comment
Problem to solve
When addressing a merge request comment I usually want to make a fixup to the given commit. But I have no way of finding which commit the change+comment belongs to.
Target audience
Code reviewers/developers fixing MR comments. ("Delaney" wants the MR reviewing to go faster)
Further details
When I'm fixinga MR comment I want to quickly be able to make a fixup commit to the original commit where the change was made.
Proposal
While reading a MR comment on a change, I want information about which commit this change can be found in (name, hash and a link to view all changes of that commit).
What does success look like, and how can we measure that?
Easy way to get from a change to the commit where the change belongs in the MR view.
Links / references
Edited by David Moberg