-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm using xxdiff as a git diff tool (for dir diffs).
I cherry-pick changes that I want to undo (by selecting them on the left panel) and then "Save As Right". After I close the tool, git integrates the selected changes into the source tree.
However, xxdiff pops up one or two confirmation boxes when saving.
First, if all my selected changes are from the Right, it asks me to confirm this.
Then it asks me to confirm overwriting the file on the Right.
In my use case, there's never a time where I don't wan to say YES to both.
I understand why it asks, but an .xxdiffrc named resource to skip confirmations on save would be nice. How about:
SkipConfirmSave: False
(default setting)
Metadata
Metadata
Assignees
Labels
No labels