From: Junio C Hamano Date: Mon, 8 Jul 2024 21:53:08 +0000 (-0700) Subject: Merge branch 'rj/pager-die-upon-exec-failure' X-Git-Tag: v2.46.0-rc0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e18cd5ef748cabecec64ffce5a4cf40a4360e82;p=thirdparty%2Fgit.git 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 --- 4e18cd5ef748cabecec64ffce5a4cf40a4360e82