Browse Source

added pgpdump textconv filter

Fabian Peter Hammerle 4 years ago
parent
commit
c8b7ac8201
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -18,6 +18,9 @@
 [diff]
 	tool = vimdiff
 
+[diff "pgpdump"]
+	textconv = pgpdump
+
 [filter "lfs"]
 	clean = git-lfs clean -- %f
 	smudge = git-lfs smudge -- %f