From 11c0789ae6e5b0e8e91c55d36a64ce27cd533265 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 11 Nov 2014 22:56:37 +0200 Subject: add .gitattributes for better js diff you need to add to $HOME/.gitconfig [diff "js"] xfuncname = ".*\\.*" --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..65f997bc --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.js diff=js -- cgit v1.3.1