t / t4018 / cpp-class-definition-derivedon commit submodule: support reading .gitmodules when it's not in the working tree (76e9bdc)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};