From 20c3af43862a936cc5cc2e443941d9706a2cc9cb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 11:50:23 +0100 Subject: ct --quiet pull: Use git-pull's new --no-stat option --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ct b/bin/ct index be86955..f161700 100755 --- a/bin/ct +++ b/bin/ct @@ -266,7 +266,7 @@ function vcs_log ( function vcs_pull ( vcs_setup $1 if (( GIT_USE_ORIGIN )) { - git pull + git pull ${SILENT+--no-stat} } else { pkgroot_parse $(list_get_root $1) vcs_branch_is_master $1 && git pull $PKG_ROOT/${PWD:t} master -- cgit v1.2.3