From 106016959674401cc7e2fac93bcd15f8bf691806 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 21 Oct 2010 17:44:40 +0200 Subject: [PATCH] ./all: add clean/smudge filter "mapclean" --- all | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.39.2