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
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[interactive]
|
||||
diffFilter = diff-so-fancy --patch
|
||||
[log]
|
||||
follow = true
|
||||
[merge]
|
||||
|
||||
Reference in New Issue
Block a user