From: Rudolf Polzer Date: Thu, 21 Oct 2010 18:22:35 +0000 (+0200) Subject: be more verbose X-Git-Tag: xonotic-v0.1.0preview~120 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fcbf142057f37a7d77ed8c8766aa359e0d475483;p=xonotic%2Fxonotic.git be more verbose --- diff --git a/all b/all index d5c57c52..c56b1c8f 100755 --- a/all +++ b/all @@ -312,8 +312,8 @@ fix_git_config() if [ -z "`git config push.default || true`" ]; then verbose git config push.default current # or is tracking better? fi - git config filter.mapclean.clean "grep ^[^/]" - git config filter.mapclean.smudge "cat" + verbose git config filter.mapclean.clean "grep ^[^/]" + verbose git config filter.mapclean.smudge "cat" } mkzip()