t / chainlint / exit-subshell.expecton commit commit-graph: allow cross-alternate chains (c523035)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)