]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit4e18cd5ef748cabecec64ffce5a4cf40a4360e82
tree2d9e56aa1ffbef6c0b80b4128c68aff5570d642b
parent2fa5ae30da000322d913081646ff2e3ac79422d3
parent78f0a5d1870209fe8bb78320e91f5aa0b6fd802b
Merge branch 'rj/pager-die-upon-exec-failure'

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
pager.c