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]
|
||||
defaultBranch = main
|
||||
[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
|
||||
[log]
|
||||
follow = true
|
||||
|
||||
Reference in New Issue
Block a user