[GIT] branch master updated (d682a05 -> 4e1943a)
This is an automated email from the git hooks/post-receive script. polyzen pushed a change to branch master in repository pacman-contrib. from d682a05 Release v1.4.0 new 4e1943a pactree: Fix tree drawing for --optional The 1 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: * 4e1943a (HEAD -> master) pactree: Fix tree drawing for --optional Detailed log of new commits: commit 4e1943a4fba8d94278a1b356319d0f0674d81b12 Author: Sebastian Jakubiak <jakseb.dev@gmail.com> Date: Thu Jul 30 01:30:54 2020 +0200 pactree: Fix tree drawing for --optional Example of an incorrect behavior: $ pactree -a -d1 -o dia dia |-libxslt `-gtk2 `-python2 (optional) The last non-optional dependency, gtk2, has its limb drawn as if it were the last child of a node, even though an optional dependency follows. Signed-off-by: Sebastian Jakubiak <jakseb.dev@gmail.com> Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> Summary of changes: src/pactree.c | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
Daniel M. Capella