Skip to content

[Feature] Add action for diffing the selected commit range from the history panel #429

Open
@LintaoAmons

Description

@LintaoAmons

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

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions