From 60d535818509aa7248056d99c89cb62913b0e948 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 23 Oct 2010 17:34:37 +0200 Subject: [PATCH] mapclean: also remove CRs --- all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all b/all index ce7cdbde..9af8ea85 100755 --- a/all +++ b/all @@ -312,7 +312,7 @@ fix_git_config() if [ -z "`git config push.default || true`" ]; then verbose git config push.default current # or is tracking better? fi - verbose git config filter.mapclean.clean "grep ^[^/]" + verbose git config filter.mapclean.clean "tr -d '\r' | grep '^[^/]'" verbose git config filter.mapclean.smudge "cat" } -- 2.39.2