Explorar el Código

add diff.zcat.textconv

Fabian Peter Hammerle hace 2 años
padre
commit
4721e97f14
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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