t / chainlint / exit-subshell.expecton commit Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git (eccd872)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)