git: Set interactive.diffFilter to diff-so-fancy
Pipe patches through diff-so-fancy in interactive commands (e.g. `git add -p`) too.
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
program = gpg.loopback
|
program = gpg.loopback
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[interactive]
|
||||||
|
diffFilter = diff-so-fancy --patch
|
||||||
[log]
|
[log]
|
||||||
follow = true
|
follow = true
|
||||||
[merge]
|
[merge]
|
||||||
|
|||||||
Reference in New Issue
Block a user