X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=all;h=daf164cdf06636945c59cac4e8c2e6c5ba099cb1;hb=106016959674401cc7e2fac93bcd15f8bf691806;hp=cce591373b5aa9468aea5cc21cf23077d4937d20;hpb=c67ee0c705c2db88b4cf30420c6306e0c5cc98fd;p=xonotic%2Fxonotic.git 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()