Browse Source

add diff.zcat.textconv

Fabian Peter Hammerle 2 years ago
parent
commit
4721e97f14
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

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