Merge request commits

Each merge request has a history of the commits made to the source branch after the merge request was created.

These commits are displayed on the merge request’s Commits tab. From this tab, you can review commit messages and copy a commit’s SHA when you need to cherry-pick changes.

Introduced in GitLab 13.0.

To navigate commits in a merge request:

  1. Select the Commits tab.
  2. Select the commit link. The most recent commit is displayed.
  3. Navigate through the commits by either:

    • Selecting Prev and Next buttons below the tab buttons.
    • Using the X and C keyboard shortcuts.

Merge requests commit navigation

View merge request commits in context

Version history

When reviewing a merge request, it helps to have more context about the changes made. That includes unchanged lines in unchanged files, and previous commits that have already merged that the change is built on.

To add previously merged commits to a merge request for more context:

  1. Go to your merge request.
  2. Select the Commits tab.
  3. Scroll to the end of the list of commits, and select Add previously merged commits:
  4. Select the commits that you want to add.
  5. Select Save changes.

View diffs between commits

To view the changes between previously merged commits:

  1. On your merge request, select the Changes tab.
  2. By Compare, select the commit you want to view:

    Previously merged commits

If you selected to add previously merged commits, they are displayed in the list.