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:
2022-05-21 13:26:51 +02:00
parent c1cfd29420
commit 13ebd97d8e

View File

@@ -47,6 +47,8 @@
program = gpg.loopback
[init]
defaultBranch = main
[interactive]
diffFilter = diff-so-fancy --patch
[log]
follow = true
[merge]