[go: up one dir, main page]

Skip to content

Add merge request info to squashed commit

Problem to solve

Loss of visibility in git blame when doing a squashed commit

Further details

Merge request that squashed all of the commits onto a source branch will leave a generic message

Proposal

Add the merge request information to the squashed commit so that the git blame will have a reference back to the merge request.

What does success look like, and how can we measure that?

squashed commits have information about the merge request in them

Links / references