Teach Git how to diff GPG-encrypted files, like my password store

This commit is contained in:
Danielle McLean 2020-08-20 11:13:06 +10:00
parent 3667fbe7d8
commit cff2dc488d
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -43,6 +43,10 @@
[diff]
colorMoved = true
[diff "gpg"]
binary = true
textconv = "gpg -qd --no-tty"
[dude]
icon = ~/.config/git-dude/icon.png