[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-639-g41ef7ef
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 41ef7eff75a0935098358287e1ea88c032c9ba44 (commit) via 0e5c22e7a1c1ef78607121031208f6cc0ffb86e1 (commit) via 0d4ecae6252359fccf706210bececc943fb4fee3 (commit) via 1b78e2bb1af03e6e5245ebe1399222d0f1bfea49 (commit) via 8fd62a39b5d7cb7b8fd73bdfc5dc1ef55f445091 (commit) via 704ab17a6abd22a9c7036051fd72c1fa09841073 (commit) via 8db7e0c98d4eab0bfa119d5ecf209e8a21b4bbaf (commit) via e43c2716504ca0ac8f8f5deedbeb2c3215326558 (commit) from c9b7f9b0d0a85a8106d144edfdf3d22a7f7f9802 (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 41ef7eff75a0935098358287e1ea88c032c9ba44 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Fri Mar 8 15:59:30 2013 -0500 zsh completion: add support for all longopts commands add all the longopts for the operations and allow for them to be completed just like shortopts Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0e5c22e7a1c1ef78607121031208f6cc0ffb86e1 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Fri Mar 8 15:59:29 2013 -0500 zsh completion: include flags that can be doubled include the flags that could be doubled up like -Sii -Syy -Suu -Qii etc also include the long opts of all the commands Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0d4ecae6252359fccf706210bececc943fb4fee3 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Fri Mar 8 15:59:28 2013 -0500 zsh completion: fix doubling up of specific variables -i -y -u -d -s etc, so that they do not disappear In the future I hope there is an easy way to limit it to just 2, right now the *- makes it so that it can be added as many times as you want. Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 1b78e2bb1af03e6e5245ebe1399222d0f1bfea49 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Thu Mar 7 01:59:24 2013 -0500 zsh completion: add --color to completion Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 8fd62a39b5d7cb7b8fd73bdfc5dc1ef55f445091 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Wed Mar 6 16:10:25 2013 -0500 zsh completion: make sure all indentions are tabs Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 704ab17a6abd22a9c7036051fd72c1fa09841073 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Wed Mar 6 16:04:00 2013 -0500 zsh completion: use consistent case statement style Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 8db7e0c98d4eab0bfa119d5ecf209e8a21b4bbaf Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Wed Mar 6 15:41:29 2013 -0500 zsh completion: fix stacked completion Before this, if you do pacman -Sy<tab> it completes to -y. Now, with -S and the other operations in the actual option _arguments, it won't remove the operations. Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit e43c2716504ca0ac8f8f5deedbeb2c3215326558 Author: Daniel Wallace <danielwallace@gtmanfred.com> Date: Wed Mar 6 15:41:12 2013 -0500 zsh completion: add deptest and database Signed-off-by: Daniel Wallace <danielwallace@gtmanfred.com> Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/zsh_completion.in | 645 +++++++++++++++++++++++++++------------------- 1 file changed, 381 insertions(+), 264 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org