From bb5a8c4152f41a6f725e24f513ab845296ca0205 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sat, 2 Aug 2008 14:17:03 +0200 Subject: + tell git that *.rb files are Ruby scripts Recent git versions allow custom hunk headers when using diff, so tell git to use the ruby funcname for diffs on *.rb files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8d269533 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rb diff=ruby -- cgit v1.2.3