t / t4018 / cpp-class-constructor-mem-initon commit .mailmap: map different names with the same email address together (398dd4b)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}