From 1314683cf9bd44e01d709fe68d94682164fa192d Mon Sep 17 00:00:00 2001 From: Damon Davison Date: Sun, 16 Dec 2012 15:32:29 +0000 Subject: [PATCH] Adds Ruby support for git diff and git grep --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fba4161 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rb diff=ruby