From: Don Armstrong Date: Sat, 4 Jan 2014 01:35:40 +0000 (-0800) Subject: update gitconfig X-Git-Url: https://git.donarmstrong.com/?p=git.git;a=commitdiff_plain;h=e66f44ad682f9a9217e938e11c6f76e263e87b9e update gitconfig --- diff --git a/.gitconfig b/.gitconfig index 9d4d625..5a16366 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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"