diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 11:54:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 11:54:32 +0100 |
commit | 338e90ec57271baf4b411fa9d37133154c8a6773 (patch) | |
tree | 5aa0377e044e2590110c607268b81d7b24c5b103 /bin/ct | |
parent | 20c3af43862a936cc5cc2e443941d9706a2cc9cb (diff) |
ct --quiet pull: Simply use --quiet instead of --no-stat. Fail.
Diffstat (limited to 'bin/ct')
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |