[go: up one dir, main page]

Skip to content

Show commits in previous versions of merge request

Problem to solve

When I am reviewing series of commits, and those are rebased I want to see how the series evolves over time. Currently there is no way for me to do this. There are "versions" of merge requests, but there is no convenient way for me to see the evolution from version to version.

Further details

This is also relevant to tracking read/unread data &1409 so that we can help reviewers work out what has changed since they last reviewed the merge request.

Proposal

Maybe this can be solved by #24687

When viewing a merge request diff, I should be able to open up an interface that allows me view:

  • the different version of a merge request
  • the commits in each version (including commit message)

This will help me see the evolution of a merge request more accurately. Ideally each commit would be annotated to help me determine the type of change version to version.

Links / references