Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > A noticed that git.git doesn't have userdiff enabled for perl files, > and looking over some recent patches this gave better results, while > I'm at it add one for Python too. I couldn't find anything in > gitattributes(5) that was worth the bother of enabling this (e.g. we > just have one Ruby file). > > Ævar Arnfjörð Bjarmason (3): > .gitattributes: add *.pl extension for Perl > .gitattributes: use the "perl" differ for Perl > .gitattributes: add a diff driver for Python All looked sane, except one minor "Huh?" in the titles. The last one in the above list makes it look as if you are adding the func header pattern and/or textconv filter for Python source code, but the patch actually just specifies that .py is to be processed by the existing diff driver meant for Python, and at least to me, the wording for the second one reflects that better.