From: Mischa Poslawsky Date: Wed, 25 Feb 2009 12:38:55 +0000 (+0100) Subject: git: recognise level files X-Git-Url: http://git.shiar.nl/wormy.git/commitdiff_plain/23d3305d9e85430ecafc7f1c6347e822b0e60134 git: recognise level files Set filetype for all (likely to be) levels to "wormylevel", so it is possible to use custom handling for them. Notably, for more detailed diffs than 'binary files differ', users can use parse-wormedit output for example: git config --global diff.wormylevel.textconv parse-wormedit --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..09c0ee2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.86s diff=wormylevel +*.lvl diff=wormylevel