t / chainlint / exit-subshell.expecton commit worktree: disallow adding same path multiple times (cb56f55)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)