
3 Sep
2011
3 Sep
'11
2:49 p.m.
commit 3fc4c7057cc02401c334cd5bc3209610045fc4aa Author: Sebastian Hahn <sebastian@torproject.org> Date: Sat Sep 3 16:49:35 2011 +0200 Also silence the git push --- update_translations | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/update_translations b/update_translations index 15692f7..79a4913 100755 --- a/update_translations +++ b/update_translations @@ -34,7 +34,7 @@ for project in $PROJECTS; do git commit -qm "Update translations for $project" > /dev/null || test $? = 1; # ... and push them live. - git push origin $project; + git push -q origin $project; cd ..; done