[tor-commits] [translation-tools/master] Also silence the git push

sebastian at torproject.org sebastian at torproject.org
Sat Sep 3 14:49:50 UTC 2011


commit 3fc4c7057cc02401c334cd5bc3209610045fc4aa
Author: Sebastian Hahn <sebastian at 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



More information about the tor-commits mailing list