-
Notifications
You must be signed in to change notification settings - Fork 445
Closed
Description
System: openSUSE Tumbleweed, self-packaged delta as git-delta (because of naming conflicts).
Happens for delta 0.3 and 0.4
My gitconfig:
[core]
pager = git-delta
[interactive]
diffFilter = git-delta --color-only
[delta]
features = side-by-side line-numbers
light = true
My diff:
/* Disable DoH by default */
pref("network.trr.mode", 5);
-// do not disable system-global or app-global extensions
-pref("extensions.autoDisableScopes", 3);
+// do not disable any scope
+pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);
+pref("extensions.langpacks.signatures.required", false);
Doing git diff works fine, but doing git add -p gives me
fatal: mismatched output from interactive.diffFilter
hint: Your filter must maintain a one-to-one correspondence
hint: between its input and output lines
If I explicitly set side-by-side = false in .gitconfig -> [delta], it works.
toejough
Metadata
Metadata
Assignees
Labels
No labels