From 1a42f51b957674ddd0c69b019c8b69fa9c6e6ffe Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 4 Sep 2010 20:50:31 +0300 Subject: update_git_svn: quiet push Use 'quiet' in push to avoid the progress bar --- update_git_svn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update_git_svn b/update_git_svn index 552b877..a3b19f1 100755 --- a/update_git_svn +++ b/update_git_svn @@ -35,8 +35,7 @@ mirror_repo() { if ! grep -q "^\[remote \"$PUSH_MIRROR\"\]" .git/config; then return fi - # FIXME: make less noisy? - git push --thin --force "$PUSH_MIRROR" `mirrored_refs` + git push --quiet --thin --force "$PUSH_MIRROR" `mirrored_refs` } # A quick snapshot of this repository. To help check if anything changed: -- cgit v1.2.3