git:interactive.diffFilter: Disable diff-so-fancy
Disable diff-so-fancy as `interactive.diffFilter` for now, as it is incompatible with git version `v2.37`.[1] [1] - https://github.com/so-fancy/diff-so-fancy/issues/437
This commit is contained in:
@@ -49,7 +49,9 @@
|
|||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = diff-so-fancy --patch
|
# disbaled for now, as not compatible with git v2.37. See:
|
||||||
|
# https://github.com/so-fancy/diff-so-fancy/issues/437
|
||||||
|
# diffFilter = diff-so-fancy --patch
|
||||||
singleKey = true
|
singleKey = true
|
||||||
[log]
|
[log]
|
||||||
follow = true
|
follow = true
|
||||||
|
|||||||
Reference in New Issue
Block a user