[go: up one dir, main page]

Skip to content

Navigate to next and previous commit when viewing commits in merge request

Problem to solve

At the moment, if I want to review Merge Request on commit basis (one commit after the other) I have to open each commit from commits tab which is not very usable, as I have to go back and forth. It would be very convenient to review every commit in one continuous flow.

Further details

This is how GitHub achieves it:

2017-05-15_14.42.01

Proposal

  • add simple buttons Next commit and Previous commit buttons
  • add keybindings to switch between commits
    • n for next commit
    • p for previous commit

Links / references

Edited by James Ramsay (ex-GitLab)