-
Notifications
You must be signed in to change notification settings - Fork 0
Git integration #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Add native git support so users can diff staged changes, commits, or branches directly.
Desired behavior:
diffuse --gitto show staged changesdiffuse --git HEAD~1to diff against a specific commitdiffuse --git branch1..branch2to compare branchesTech context: Rust backend can shell out to git or use the
git2crate. File list from multi-file support (#1) would pair well with this.