From 23d3305d9e85430ecafc7f1c6347e822b0e60134 Mon Sep 17 00:00:00 2001 From: Mischa Poslawsky Date: Wed, 25 Feb 2009 13:38:55 +0100 Subject: [PATCH 1/1] 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 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes 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 -- 2.30.0