[GIT] branch master updated (cf683ca -> b6d08b4)
This is an automated email from the git hooks/post-receive script. polyzen pushed a change to branch master in repository pacman-contrib. from cf683ca doc: Fix pacdiff option descriptions new a1e7a76 vim: Add missing highlight links for b2sums new 547a66d paccache: Support cleaning many thousands of candidates new b6d08b4 introduce the --optional flag (FS#61336) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Graph of new commits: * b6d08b4 (HEAD -> master) introduce the --optional flag (FS#61336) * 547a66d paccache: Support cleaning many thousands of candidates * a1e7a76 vim: Add missing highlight links for b2sums Detailed log of new commits: commit b6d08b40d0cf3eb65871d0e53d40a42a5f4b015a Author: Will Song <incertia@incertia.net> Date: Fri Jun 5 18:19:14 2020 -0500 introduce the --optional flag (FS#61336) --optional[=DEPTH] will control the depth at which optional dependencies are printed. Its behavior is fairly simple. If the maximum depth is not yet exceeded, and it encounters an optional dependency, it will print it like a normal dependency except with an optional tag. A negative number means infinite depth. Signed-off-by: Will Song <incertia@incertia.net> Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> commit 547a66d5875d8b7c38afa2baf5985648030bc5c5 Author: Leonid Bloch <lb.workbox@gmail.com> Date: Tue Jun 2 08:27:58 2020 +0300 paccache: Support cleaning many thousands of candidates In situations when there are many thousands of candidates for deletion, paccache returns an "Argument list too long" error at the freed space calculation stage, because the expansion of the ${candidates[@]} array becomes too long for Bash. This commit fixes that problem, by getting the @SIZECMD@ arguments via `printf '%s\0' "${candidates[@]}" | xargs -0`, similarly to what is done for the (re)moving commands below. Signed-off-by: Leonid Bloch <lb.workbox@gmail.com> Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> commit a1e7a7647a1be275ae6be9e476b22a0bace9c9cd Author: Daniel M. Capella <polyzen@archlinux.org> Date: Sun Jun 14 04:08:37 2020 -0400 vim: Add missing highlight links for b2sums Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> Summary of changes: doc/pactree.8.txt | 6 ++ src/paccache.sh.in | 3 +- src/pactree.c | 160 +++++++++++++++++++++++++++++++------------- src/vim/syntax/PKGBUILD.vim | 3 + 4 files changed, 125 insertions(+), 47 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
Daniel M. Capella