t / chainlint / exit-subshell.expecton commit builtin rebase: error out on incompatible option/mode combinations (b361bd7)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)