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 f1ec3b9b10d1657412d6592180c56887c3a6ae20 (commit) via a3f9399295e6c94b7f8f8249d4a6b28e63fd2dbb (commit) from 1de5070bb39e56ee9ce381b0cc40752eaed60783 (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 f1ec3b9b10d1657412d6592180c56887c3a6ae20 Author: Dan McGee <dan@archlinux.org> Date: Tue Nov 15 09:11:03 2011 -0600 Remove unnecessary casts in callback code Signed-off-by: Dan McGee <dan@archlinux.org> commit a3f9399295e6c94b7f8f8249d4a6b28e63fd2dbb Author: Jonathan Conder <jonno.conder@gmail.com> Date: Sat Oct 29 15:03:24 2011 +1300 create a typedef for enum _alpm_errno_t This is consistent with the other enums and structs, and should be slightly more readable. Signed-off-by: Jonathan Conder <jonno.conder@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: README | 2 +- lib/libalpm/alpm.c | 4 ++-- lib/libalpm/alpm.h | 10 +++++----- lib/libalpm/error.c | 4 ++-- lib/libalpm/handle.c | 2 +- lib/libalpm/handle.h | 4 ++-- lib/libalpm/sync.c | 4 ++-- src/pacman/callback.c | 12 ++++++------ src/pacman/conf.c | 2 +- src/pacman/remove.c | 2 +- src/pacman/sync.c | 6 +++--- src/pacman/util.c | 2 +- src/util/cleanupdelta.c | 2 +- src/util/pactree.c | 2 +- src/util/testdb.c | 2 +- src/util/testpkg.c | 2 +- 16 files changed, 31 insertions(+), 31 deletions(-) hooks/post-receive -- The official pacman repository