]> git.donarmstrong.com Git - git.git/blobdiff - .gitconfig
update gitconfig
[git.git] / .gitconfig
index 94bb558869868ac52aa68b71a473335ebeb98261..5a163664314607601e944730b7a1a9e2a50de6e4 100644 (file)
@@ -3,3 +3,14 @@
 [user]
        name = Don Armstrong
        email = don@donarmstrong.com
+[annex]
+        sshcaching = false
+[push]
+       default = matching
+[diff "zip"]
+    textconv = unzip -c -a
+[diff "xoj"]
+      textconv = gzip -dc
+[filter "xoj"]
+      clean = "gzip -dc"
+      smudge = "gzip -c"