"lei up --all" SIGTSTP/CONT/INT handling was totally broken and now fixed. And we put cat-file processes into their own pgrp, so it avoids scary errors when hitting Ctrl-C on -extindex, too.
Automated testing of interactive stuff is tricky, so it's not being done, currently :< Eric Wong (7): lei: use send() perlop for signals git: async_err shows retried requests properly git: ->fail invokes current callback git: cat-file --batch are their own pgrp lei: TSTP affects all curl and related subprocesses lei up: actually rely on DESTROY for --all lei up --all: send signals to workers, receive errors MANIFEST | 1 + lib/PublicInbox/AutoReap.pm | 34 +++++++++++++++++++++++++++++++++ lib/PublicInbox/Git.pm | 36 +++++++++++++++++++---------------- lib/PublicInbox/LEI.pm | 14 +++++++------- lib/PublicInbox/LeiInput.pm | 7 ++++--- lib/PublicInbox/LeiMirror.pm | 8 +++----- lib/PublicInbox/LeiRemote.pm | 13 +++++-------- lib/PublicInbox/LeiToMail.pm | 2 +- lib/PublicInbox/LeiUp.pm | 22 ++++++++++++++++++--- lib/PublicInbox/LeiXSearch.pm | 20 +++++++++---------- lib/PublicInbox/TestCommon.pm | 36 +++-------------------------------- script/lei | 4 ++-- 12 files changed, 108 insertions(+), 89 deletions(-) create mode 100644 lib/PublicInbox/AutoReap.pm -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/
