From 29884297470efda3cfefea7bb58329c0f79c6de4 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 14 Sep 2012 15:18:17 -0700 Subject: [PATCH] show method names in git diff output --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95105a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python