What do you want to change?
I would like to cycle through the diffs of commits. https://github.com/jnsahaj/lumen has this feature called stacked diff mode where I can browse through the diffs of individual commits in a range of commits.
lumen diff main..HEAD --stacked
# ctrl + h/l to navigate through commits
I would like the same/similar ability in hunk to navigate through a range of commits reviewing the diffs one by one.
Why?
I often work with stacked branches. I would like the ability to navigate through the diff changes one commit at a time in one go without having to close the hunk viewer and writing a new command using a different branch name or commit range.
Also, looking at the changes of just one commit in a branch and be able to cycle through the commits is nice.
How? (optional)
No response
What do you want to change?
I would like to cycle through the diffs of commits. https://github.com/jnsahaj/lumen has this feature called stacked diff mode where I can browse through the diffs of individual commits in a range of commits.
I would like the same/similar ability in hunk to navigate through a range of commits reviewing the diffs one by one.
Why?
I often work with stacked branches. I would like the ability to navigate through the diff changes one commit at a time in one go without having to close the hunk viewer and writing a new command using a different branch name or commit range.
Also, looking at the changes of just one commit in a branch and be able to cycle through the commits is nice.
How? (optional)
No response