From e288666b66f1a8105c21010f980aa3827cfe7749 2012-07-13 17:52:36 From: Bradley M. Froehle Date: 2012-07-13 17:52:36 Subject: [PATCH] Tell git about certain file extensions (.py, .js, .html) for use in word-diffs. --- diff --git a/.gitattributes b/.gitattributes index 8b5b26e..56783b6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ IPython/.git_commit_info.ini export-subst * text=auto +*.py diff=python +*.js diff=javascript +*.html diff=html