]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/pager-exit-log'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 00:12:43 +0000 (16:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 00:12:43 +0000 (16:12 -0800)
When a pager spawned by us exited, the trace log did not record its
exit status correctly, which has been corrected.

* ab/pager-exit-log:
  pager: properly log pager exit code when signalled
  run-command: add braces for "if" block in wait_or_whine()
  pager: test for exit code with and without SIGPIPE
  pager: refactor wait_for_pager() function


Trivial merge