From: Barış Metin Date: Fri, 2 Jul 2010 16:34:30 +0000 (+0200) Subject: quiet X-Git-Tag: foo~86^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d28ebbd8876430cc8540e0168f6836250cf5df31;p=infrastructure.git quiet --- diff --git a/scripts/git-mirror.sh b/scripts/git-mirror.sh index 5da27f0..fbb7849 100755 --- a/scripts/git-mirror.sh +++ b/scripts/git-mirror.sh @@ -36,7 +36,7 @@ function merge_all_branches () { REMOTE=$2 REPO_DIR=$3 - pushd $REPO_DIR + pushd $REPO_DIR > /dev/null BRANCHES=$(git branch -r | grep $REMOTE | grep -v HEAD | sed "s/.*\///g" | grep -v master) popd > /dev/null @@ -54,7 +54,7 @@ function push_all_branches () { REMOTE=$2 REPO_DIR=$3 - pushd $REPO_DIR + pushd $REPO_DIR > /dev/null BRANCHES=$(git branch -r | grep $REMOTE | grep -v HEAD | sed "s/.*\///g" | grep -v master) popd > /dev/null