Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2020 23:29:43 +0000 (16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2020 23:29:43 +0000 (16:29 -0700)
commit05920f041a57ac9ee86a8615cfca414450e65365
tree0c79e5f67c6baa22073d8aaf8c9b57011c2adedd
parentbd42bbe1a46c0fe486fc33e82969275e27e4dc19
parentc0d73a59c956ace5e02c9f0fab336ac4dbe64102
Merge branch 'ta/wait-on-aliased-commands-upon-signal' into master

When an aliased command, whose output is piped to a pager by git,
gets killed by a signal, the pager got into a funny state, which
has been corrected (again).

* ta/wait-on-aliased-commands-upon-signal:
  Wait for child on signal death for aliases to externals
  Wait for child on signal death for aliases to builtins
git.c
run-command.c
run-command.h