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 143135e666f5564240868810f0b8f4bc46ff87b5 (commit) via ca1a187131d95604ff2c33df3c1ec80ef4af789b (commit) via 8cfccf68c1c7fdd45c172d49115e56e04dae2a2c (commit) from 3ad3077d8d5bb0d67652d0045e3e5eaf4eef6ffb (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 143135e666f5564240868810f0b8f4bc46ff87b5 Author: Chantry Xavier <shiningxc@gmail.com> Date: Tue Feb 19 00:44:09 2008 +0100 Improve yesno function. Add a preset paramater to yesno function saying which answer should be the default. Ref: http://www.archlinux.org/pipermail/pacman-dev/2007-June/008470.html This allows us to answer no by default to some questions, like the -Scc one mentioned in the above thread, and implemented by this patch. Another advantage is that we don't have to repeat the [Y/n] in every questions. It's only put once in yesno function. This highly reduces the chances that YES and NO strings are translated, but not some questions, which lead to obvious confusions. Finally, the noconfirm variable only needs to be used in that yesno function. So all other usages of it were removed. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit ca1a187131d95604ff2c33df3c1ec80ef4af789b Author: Dan McGee <dan@archlinux.org> Date: Sun Feb 24 18:07:44 2008 -0600 More cleanup to alpm_list * Remove some #include statements that are not strictly necessary * Remove node_new function that is really just a one-liner Signed-off-by: Dan McGee <dan@archlinux.org> commit 8cfccf68c1c7fdd45c172d49115e56e04dae2a2c Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Sat Feb 23 22:31:20 2008 +0100 alpm_list.c clean-up * Introduces 'list == NULL' convention for empty list. That means alpm_list_new isn't needed anymore, so kill it * Small straightforward fixes in alpm_list.c Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Chantry Xavier <shiningxc@gmail.com> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm_list.c | 136 ++++++++++++++++++++++------------------------- lib/libalpm/alpm_list.h | 1 - src/pacman/callback.c | 34 ++++-------- src/pacman/remove.c | 6 +- src/pacman/sync.c | 30 ++++------- src/pacman/util.c | 32 ++++++++--- src/pacman/util.h | 2 +- 7 files changed, 113 insertions(+), 128 deletions(-) hooks/post-receive -- The official pacman repository