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 87b74fcd8257e3c2fbf2f2949f0561df7517ce71 (commit) via ddd5b0a462e7beb0e086bb51184934868ded3525 (commit) via 80ae80149a956adec75df159f66a9cb88e91f5cc (commit) via 0deff63efa6310ab0a00365b876eb8632abd6ab4 (commit) from e578903b60081bb8a7ddd094ed67946d5e48b719 (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 87b74fcd8257e3c2fbf2f2949f0561df7517ce71 Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Mon Mar 9 11:54:17 2020 -0700 Hide cursor while pacman is running Use ASCII control codes to hide cursor at the pacman start and then show the cursor when pacman finishes. It helps to avoid annoying blinking when progress bars are re-drawn. Cursor is reenabled if pacman expects user's input. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit ddd5b0a462e7beb0e086bb51184934868ded3525 Author: Allan McRae <allan@archlinux.org> Date: Mon Mar 9 12:57:45 2020 +1000 Add file and line number to RET_ERR{,_VOID} Following the example of the recently added GOTO_ERR, adding the file and line number in addition to the function name in our debug messages is potentially useful. Signed-off-by: Allan McRae <allan@archlinux.org> commit 80ae80149a956adec75df159f66a9cb88e91f5cc Author: Anatol Pomozov <anatol.pomozov@gmail.com> Date: Fri Mar 6 12:00:15 2020 -0800 Add GOTO_ERR() macro to set error and then goto a label This is a macro similar to RET_ERR but useful in the case when we need to record an error and then jump to some cleanup section. Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 0deff63efa6310ab0a00365b876eb8632abd6ab4 Author: Allan McRae <allan@archlinux.org> Date: Sun Mar 8 14:23:42 2020 +1000 Remove unneeded goto cleanup Since commit 2ee7a8d8, there is no cleanup needed in this function. Just return instead of jumping to the cleanup label. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/add.c | 16 +++++----------- lib/libalpm/util.h | 9 +++++++-- src/pacman/pacman.c | 2 ++ src/pacman/sighandler.c | 4 ++++ src/pacman/util.c | 31 ++++++++++++++++++++++++++----- src/pacman/util.h | 6 ++++++ 6 files changed, 50 insertions(+), 18 deletions(-) hooks/post-receive -- The official pacman repository