summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-09-04 20:50:31 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-09-04 20:50:31 +0300
commit1a42f51b957674ddd0c69b019c8b69fa9c6e6ffe (patch)
treea73effcd16f6d1fe500083ce3139df42dd6ae8d1
parentd8a3e6cbca018b7219870ca52992fd1c4140109f (diff)
update_git_svn: quiet push
Use 'quiet' in push to avoid the progress bar
-rwxr-xr-xupdate_git_svn3
1 files changed, 1 insertions, 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: