diff options
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitconfig | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d22bce5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.gpg filter=gpg diff=gpg +*.asc filter=gpg diff=gpg @@ -36,3 +36,5 @@ [diff] mnemonicPrefix = true algorithm = histogram +[diff "gpg"] + textconv = gpg --no-tty --decrypt |