t / t4018 / perl-sub-definitionon commit git: treat "git -C '<path>'" as a no-op when <path> is empty (6a536e2)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}