]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'em/missing-pager'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:15 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:15 +0000 (14:35 -0800)
When a non-existent program is given as the pager, we tried to
reuse an uninitialized child_process structure and crashed, which
has been fixed.

* em/missing-pager:
  pager: fix crash when pager program doesn't exist

1  2 
t/t7006-pager.sh

Simple merge