t / chainlint / exit-subshell.teston commit repack: disable bitmaps-by-default if .keep files exist (7328482)
   1(
   2# LINT: "|| exit {n}" valid subshell escape without hurting &&-chain
   3        foo || exit 1
   4        bar &&
   5        baz
   6)