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, maint has been updated via 1744fe12d4b29eff681995441c9565403348aaa2 (commit) via d63599719af6db4fa3e41b4129b4a5b1fef41cf8 (commit) via c1f742d7750a14b680d2ceb2c75d952ccb53585d (commit) from aad57cc06ac60dc8fdcff9bea811e990d64f74d3 (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 1744fe12d4b29eff681995441c9565403348aaa2 Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 2 16:33:43 2011 -0500 3.5.3 release preparation Signed-off-by: Dan McGee <dan@archlinux.org> commit d63599719af6db4fa3e41b4129b4a5b1fef41cf8 Author: Dan McGee <dan@archlinux.org> Date: Thu Jun 2 07:59:45 2011 -0500 repo-add: anchor exclusion pattern when generating filelist Fixes FS#24534. Dotfiles, such as /etc/skel/.bash_profile, were not being included in generated files entries. bsdtar --exclude option supports anchors on the pattern, so using "^.*" instead of ".*" solves our problem and still excludes all root-level dotfiles (e.g. .PKGINFO). Signed-off-by: Dan McGee <dan@archlinux.org> commit c1f742d7750a14b680d2ceb2c75d952ccb53585d Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 1 13:28:00 2011 -0500 Ensure list_display works on outputs of unknown width If getcols() returns 0, we were getting stuck before in a loop of no return. Teach getcols() to take a default value to return if the width is unknown, and use this everywhere as appropriate. Also make a few other cleanups while diagnosing this issue, such as const-ifying some variables. Noticed-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: NEWS | 7 +++++++ configure.ac | 4 ++-- scripts/repo-add.sh.in | 2 +- src/pacman/callback.c | 18 +++++++++++------- src/pacman/util.c | 20 +++++++++----------- src/pacman/util.h | 2 +- 6 files changed, 31 insertions(+), 22 deletions(-) hooks/post-receive -- The official pacman repository