diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 11:50:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-13 11:50:23 +0100 |
commit | 20c3af43862a936cc5cc2e443941d9706a2cc9cb (patch) | |
tree | fa17bb1b019346dd8d34518eb7bb3a67f6886c1f /bin | |
parent | 2535a9484a7be3521a9c0492ec41f8b3b1b5cae8 (diff) |
ct --quiet pull: Use git-pull's new --no-stat option
Diffstat (limited to 'bin')
-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 + git pull ${SILENT+--no-stat} } else { pkgroot_parse $(list_get_root $1) vcs_branch_is_master $1 && git pull $PKG_ROOT/${PWD:t} master |