t / t4018 / golang-interfaceon commit submodule-config.c: use repo_get_oid for reading .gitmodules (d9b8b8f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}