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:
Proposal
- add simple buttons
Next commit
andPrevious commit
buttons - add keybindings to switch between commits
-
n
for next commit -
p
for previous commit
-
Links / references
Edited by James Ramsay (ex-GitLab)