From 91bb159a80b19348b5e4cff297862b013b74d22d Mon Sep 17 00:00:00 2001 From: TomyLobo Date: Tue, 3 Jan 2012 14:42:50 +0100 Subject: [PATCH] Added a .gitattributes file This will make your diffs show method names instead of class names on the hunk headers. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8946ae2cd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java diff=java +