Configure YAML diff with homeport/dyff

This commit is contained in:
Danielle McLean 2023-06-15 10:32:00 +10:00
parent c968e97fa6
commit 6023d60549
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
2 changed files with 5 additions and 0 deletions

2
config/git/attributes Normal file
View file

@ -0,0 +1,2 @@
*.yml diff=dyff
*.yaml diff=dyff

View file

@ -46,6 +46,9 @@
[diff]
colorMoved = true
[diff "dyff"]
command = "dyff_between() { dyff --color on between --omit-header \"$2\" \"$5\"; }; dyff_between"
[diff "gpg"]
binary = true
textconv = "gpg -qd --no-tty"