t / chainlint / exit-subshell.expecton commit docs: say that `--rebase=preserve` is deprecated (7401ab9)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)