t / t4018 / golang-interfaceon commit t3200: unset core.logallrefupdates when testing reflog creation (68d1c2f)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}