Teach Git how to diff GPG-encrypted files, like my password store
This commit is contained in:
parent
3667fbe7d8
commit
cff2dc488d
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
[diff]
|
||||
colorMoved = true
|
||||
|
||||
[diff "gpg"]
|
||||
binary = true
|
||||
textconv = "gpg -qd --no-tty"
|
||||
|
||||
[dude]
|
||||
icon = ~/.config/git-dude/icon.png
|
||||
|
||||
|
|
Loading…
Reference in a new issue