Updated Branches:
  refs/heads/master 7d32dc123 -> 8cc30fb19

Added .gitattributes


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/8cc30fb1
Tree: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/8cc30fb1
Diff: 
http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/8cc30fb1

Branch: refs/heads/master
Commit: 8cc30fb193c070c0d56104eb43a33877c21b9f7b
Parents: 7d32dc1
Author: Kristian Rosenvold <kristian.rosenv...@gmail.com>
Authored: Tue Jan 29 16:37:43 2013 +0100
Committer: Kristian Rosenvold <kristian.rosenv...@gmail.com>
Committed: Tue Jan 29 16:38:54 2013 +0100

----------------------------------------------------------------------
 .gitattributes |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/8cc30fb1/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index 1b722c5..3145ebe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,9 @@
-*.jar              -text -crlf
+# Auto detect text files and perform LF normalization
+*.jar    -text -crlf
+*        text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.css    text
+*.js     text
+*.sql    text

Reply via email to