t / t4018 / cpp-class-definition-derivedon commit diff- and log- family: handle "git cmd -h" early (5a88f97)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};