This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via 1a00ee5c276785aef70225c2cc951dbb15888ea5 (commit) via d85421ec62cdcd0b4b1f162b9908dc3eb0b704b4 (commit) via afb61bb22a9478ec076f77ff0e102e81763191e7 (commit) via 27bc2f7eb81566370f9f19f89eb95c6e6c9ec49a (commit) from 0eadc992400aaad58da5866d23caee01a22e1341 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1a00ee5c276785aef70225c2cc951dbb15888ea5 Author: Cedric Staniewski <cedric@gmx.ca> Date: Thu Feb 25 23:23:06 2010 +0100 bash_completion: remove absolute utility paths again The location of the used utilities may and does differ between various distributions and therefore absolute paths do not work well. Since the main purpose of its introduction was to avoid side-effects caused by aliases, it is sufficient to disable possible aliases temporarily by preceding the commands with a backslash. Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Dan McGee <dan@archlinux.org> commit d85421ec62cdcd0b4b1f162b9908dc3eb0b704b4 Author: Pierre Schmitz <pierre@archlinux.de> Date: Thu Feb 18 05:18:10 2010 +0100 contrib/*_completion: match *.pkg.tar.* Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Dan McGee <dan@archlinux.org> commit afb61bb22a9478ec076f77ff0e102e81763191e7 Author: Allan McRae <allan@archlinux.org> Date: Thu Dec 24 08:09:38 2009 +1000 Do not print installed size when only downloading When using --downloadonly the "Total Installed Size" message is not needed and perhaps misleading. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 27bc2f7eb81566370f9f19f89eb95c6e6c9ec49a Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Tue Jan 19 21:35:13 2010 +0100 Print "there is nothing to do" with NOOP transactions The "local database is up to date" message has been replaced with "there is nothing to do" message. This used with "empty" -S, -R, -U operations too. (Examples: pacman -S ignored_pkg, pacman -Ru needed_pkg.) See FS#17859. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/bash_completion | 32 ++++++++++++++++---------------- contrib/zsh_completion | 8 ++++---- src/pacman/remove.c | 1 + src/pacman/sync.c | 2 +- src/pacman/upgrade.c | 1 + src/pacman/util.c | 4 +++- 6 files changed, 26 insertions(+), 22 deletions(-) hooks/post-receive -- The official pacman repository