X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.gitconfig;h=5a163664314607601e944730b7a1a9e2a50de6e4;hb=e66f44ad682f9a9217e938e11c6f76e263e87b9e;hp=94bb558869868ac52aa68b71a473335ebeb98261;hpb=8fc6831be40ba668432e2208b3324c71e2f2efce;p=git.git diff --git a/.gitconfig b/.gitconfig index 94bb558..5a16366 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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"