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 fb97d325a5f83cea36050472097e06c28bc2964f (commit) via 2013d062668e511289df50315bed33534ad71240 (commit) via a8ddc7618f4f213594ea2b6ed2bd6309747fc680 (commit) from 597118ddd756426530c3ed798e71ab9427438fb6 (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 fb97d325a5f83cea36050472097e06c28bc2964f Author: Cedric Staniewski <cedric@gmx.ca> Date: Tue Jun 9 21:33:12 2009 +0200 Do not allow pkgnames to start with a hyphen Commandline arguments starting with a hyphen are usually recognized as options by unix tools. Therefore, allowing hyphens at the beginning of a package name requires a different handling of pkgnames as suggested by rm's manpage. It would be possible to make the scripts 'hyphen-safe', but hyphen-prefixed packages will cause trouble for pacman users which do not know these tricks. Signed-off-by: Cedric Staniewski <cedric@gmx.ca> [Dan: remove the repo-add check] Signed-off-by: Dan McGee <dan@archlinux.org> commit 2013d062668e511289df50315bed33534ad71240 Author: Dan McGee <dan@archlinux.org> Date: Sun Jul 26 23:02:20 2009 -0500 Ensure version screen fits in 80 cols Signed-off-by: Dan McGee <dan@archlinux.org> commit a8ddc7618f4f213594ea2b6ed2bd6309747fc680 Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 27 13:33:07 2009 +1000 PKGBUILD-split.proto: pkgbase is a string not an array Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: PKGBUILD-split.proto | 2 +- scripts/makepkg.sh.in | 4 ++++ src/pacman/pacman.c | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) hooks/post-receive -- The official pacman repository