On Mon, Dec 19, 2011 at 16:49, Jeff King <peff@xxxxxxxx> wrote: > + "*.perl diff=perl", > + "*.pl diff=perl", This should also be: *.pm (for Perl module files) *.PL (for Makefile.PL) And it's also very common for Perl code to use, for tests: *.t But that likely runs into the namespace clashing issue all over again. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html