commit | 4d22227a68d5e1ffa242cee2de64829de1e9db2f | [log] [tgz] |
---|---|---|
author | Benedikt Böhm <bb@xnull.de> | 周二 1月 26 14:46:56 2010 +0100 |
committer | Benedikt Böhm <bb@xnull.de> | 周二 1月 26 14:46:56 2010 +0100 |
tree | 6380ac77fe2b729c05e0dcec56f639628dd8a425 | |
parent | e2fa4913cc7792833547afc9096fac11fdce16f6 [diff] [blame] |
make git fetch silent
diff --git a/git-flow-support b/git-flow-support index 55f595e..aeaed34 100644 --- a/git-flow-support +++ b/git-flow-support
@@ -44,7 +44,7 @@ # publish branch git push $ORIGIN $BRANCH:refs/heads/$BRANCH - git fetch $ORIGIN + git fetch -q $ORIGIN git config branch.$BRANCH.remote $ORIGIN git config branch.$BRANCH.merge refs/heads/$BRANCH git co $BRANCH