From e5d79718fd5f025d79edf3e4ec2888ee43e8090c Mon Sep 17 00:00:00 2001 From: Dan Berindei Date: Sun, 6 Nov 2011 12:38:24 +0200 Subject: [PATCH] Show the Java method names instead of the class names in the diff hunk-headers. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 76002f2c88b1..7ca3a2d70d1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ *.txt text -*.java text +*.java text diff=java *.sh text *.bat text *.xml text -*.py text -*.rb text +*.py text diff=python +*.rb text diff=ruby *.mkdn text