t / t4018 / golang-interfaceon commit git-fast-export.txt: clarify misleading documentation about rev-list args (4532be7)
   1type RIGHT interface {
   2        a() Type
   3        b() ChangeMe
   4}