t / chainlint / exit-subshell.expecton commit pack-objects: consider packs in multi-pack-index (6a22d52)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)