]> git.donarmstrong.com Git - git.git/commitdiff
update gitconfig
authorDon Armstrong <don@donarmstrong.com>
Sat, 4 Jan 2014 01:35:40 +0000 (17:35 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 4 Jan 2014 01:35:40 +0000 (17:35 -0800)
.gitconfig

index 9d4d625c7162bee3d2bf5bc9835543e4b5a67afe..5a163664314607601e944730b7a1a9e2a50de6e4 100644 (file)
@@ -9,3 +9,8 @@
        default = matching
 [diff "zip"]
     textconv = unzip -c -a
+[diff "xoj"]
+      textconv = gzip -dc
+[filter "xoj"]
+      clean = "gzip -dc"
+      smudge = "gzip -c"