Open
Description
So in IDEA, when we do code review, I like to filter by the commit author's name, then select all the commits made within today, and show to diff view made by all of the commits to save some time.
So wondering if I can achieve the same workflow by diffview.nvim
.
Currently I know I can do something like DiffviewOpen SHA1-SHA2
to view all the changes made by the commits in between.
But because in my usecase, I need to filter the commits firstly, so the commits is actually discret.
So I was thinking if I can firstly use DiffviewFileHistory
, then filter, then select some of the reminding entries, then toggle DiffviewOpen