[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.1.0-8-g0a65de1
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 0a65de10b1cd8bd450e47e735cb909eec13822d0 (commit) via 887ad59eb68fbbda4ad50a7f073448fd7fe28f99 (commit) via 71ca587f2a47a9ed8f9497d4685989e00f968202 (commit) via aec7c13648179e6d77d1fea9233e35fb9f9d1e05 (commit) via abd14fdac0c6ab834b0bbeb423e7a8f5a3978b87 (commit) from b1a231427b1335af2ef7c23796525f5e17441f14 (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 0a65de10b1cd8bd450e47e735cb909eec13822d0 Author: Dan McGee <dan@archlinux.org> Date: Thu Jan 10 23:07:52 2008 -0600 Output a single newline on receipt of a SIGINT Fixes FS#9147, where issuing a ctrl-C at a prompt puts the users prompt on the same line as our question. This can also occur during download bars. Although we might end up putting one too many newlines to the screen now, it is better than not putting one at all. Also update the copyright in pacman.c. Signed-off-by: Dan McGee <dan@archlinux.org> commit 887ad59eb68fbbda4ad50a7f073448fd7fe28f99 Author: Dan McGee <dan@archlinux.org> Date: Thu Jan 10 00:12:51 2008 -0600 doc: add note to pacman.conf manpage explaining $repo Fixes FS#9142. Signed-off-by: Dan McGee <dan@archlinux.org> commit 71ca587f2a47a9ed8f9497d4685989e00f968202 Author: Dan McGee <dan@archlinux.org> Date: Thu Jan 10 22:40:54 2008 -0600 doc: add info about optdepends Signed-off-by: Dan McGee <dan@archlinux.org> commit aec7c13648179e6d77d1fea9233e35fb9f9d1e05 Author: Chantry Xavier <shiningxc@gmail.com> Date: Thu Jan 10 15:59:43 2008 +0100 Rename -t --orphans to -t --unrequired (FS#9144). It turns out the orphan name was misleading. Real orphans are packages installed as dependency no longer required by any others (-Qtd). The -t option only shows package not required by any others, so --unrequired describes it better. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit abd14fdac0c6ab834b0bbeb423e7a8f5a3978b87 Author: Dan McGee <dan@archlinux.org> Date: Thu Jan 10 22:57:42 2008 -0600 Bump version to devel Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 4 ++-- contrib/bash_completion | 4 ++-- contrib/zsh_completion | 6 ------ doc/PKGBUILD.5.txt | 9 +++++++++ doc/pacman.8.txt | 2 +- doc/pacman.conf.5.txt | 31 ++++++++++++++++++++++++++----- src/pacman/conf.h | 2 +- src/pacman/pacman.c | 17 +++++++++-------- src/pacman/query.c | 6 +++--- 9 files changed, 53 insertions(+), 28 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee