Last active
December 15, 2015 02:09
-
-
Save suhailshergill/5185210 to your computer and use it in GitHub Desktop.
gpg smudge/clean filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* filter=gpg diff=gpg | |
[merge] | |
renormalize=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[filter "gpg"] | |
smudge = gpg -d -q --batch --no-tty | |
clean = gpg -ea -q --batch --no-tty --trust-model always -r 13DA7380 | |
[diff "gpg"] | |
textconv = gpg-decrypt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment