t / t4018 / cpp-class-constructor-mem-initon commit blame: require 0 context lines while finding moved lines with -M (17a07e2)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}