]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/pager-die-upon-exec-failure'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:08 +0000 (14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jul 2024 21:53:08 +0000 (14:53 -0700)
When GIT_PAGER failed to spawn, depending on the code path taken,
we failed immediately (correct) or just spew the payload to the
standard output (incorrect).  The code now always fail immediately
when GIT_PAGER fails.

* rj/pager-die-upon-exec-failure:
  pager: die when paging to non-existing command

1  2 
pager.c

diff --cc pager.c
Simple merge