From fcbf142057f37a7d77ed8c8766aa359e0d475483 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 21 Oct 2010 20:22:35 +0200 Subject: [PATCH] be more verbose --- all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.2