Add SOPS as a diffing option for encrypted files
This commit is contained in:
parent
6023d60549
commit
42e3323a37
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
||||||
binary = true
|
binary = true
|
||||||
textconv = "gpg -qd --no-tty"
|
textconv = "gpg -qd --no-tty"
|
||||||
|
|
||||||
|
[diff "sops"]
|
||||||
|
textconv = "sops -d"
|
||||||
|
|
||||||
[dude]
|
[dude]
|
||||||
icon = ~/.config/git-dude/icon.png
|
icon = ~/.config/git-dude/icon.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue