diff options
author | Ryan Kavanagh <rak@rak.ac> | 2020-12-13 15:40:04 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2020-12-13 15:40:04 -0500 |
commit | 042206af74eae4b55c96e3a2e25764bccb800f22 (patch) | |
tree | 5c16eafb85a048039ccc5ba0616d948686e3dd8e /.gitconfig | |
parent | Modernize s-nail config (diff) |
Let git show diffs for gpg files
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,3 +36,5 @@ [diff] mnemonicPrefix = true algorithm = histogram +[diff "gpg"] + textconv = gpg --no-tty --decrypt |