From: Rudolf Polzer Date: Thu, 21 Oct 2010 15:44:40 +0000 (+0200) Subject: ./all: add clean/smudge filter "mapclean" X-Git-Tag: xonotic-v0.1.0preview~122 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=106016959674401cc7e2fac93bcd15f8bf691806;p=xonotic%2Fxonotic.git ./all: add clean/smudge filter "mapclean" --- diff --git a/all b/all index cce59137..daf164cd 100755 --- a/all +++ b/all @@ -312,6 +312,8 @@ fix_git_config() if [ -z "`git config push.default`" ]; then verbose git config push.default current # or is tracking better? fi + git config filter.mapclean.clean "grep ^[^/]" + git config filter.mapclean.smudge "cat" } mkzip()