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]
|
[diff]
|
||||||
colorMoved = true
|
colorMoved = true
|
||||||
|
|
||||||
|
[diff "gpg"]
|
||||||
|
binary = true
|
||||||
|
textconv = "gpg -qd --no-tty"
|
||||||
|
|
||||||
[dude]
|
[dude]
|
||||||
icon = ~/.config/git-dude/icon.png
|
icon = ~/.config/git-dude/icon.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue