t / chainlint / exit-subshell.expecton commit submodule: support reading .gitmodules when it's not in the working tree (76e9bdc)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)