From 338e90ec57271baf4b411fa9d37133154c8a6773 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 11:54:32 +0100 Subject: ct --quiet pull: Simply use --quiet instead of --no-stat. Fail. --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ct b/bin/ct index f161700..572f700 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 ${SILENT+--no-stat} + git pull ${SILENT+--quiet} } else { pkgroot_parse $(list_get_root $1) vcs_branch_is_master $1 && git pull $PKG_ROOT/${PWD:t} master -- cgit v1.2.3