From: Rudolf Polzer Date: Sat, 23 Oct 2010 15:34:37 +0000 (+0200) Subject: mapclean: also remove CRs X-Git-Tag: xonotic-v0.1.0preview~115 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=60d535818509aa7248056d99c89cb62913b0e948;p=xonotic%2Fxonotic.git mapclean: also remove CRs --- 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" }