Updated Branches:
  refs/heads/master 18ac0e26e -> 9d4f083d0

Added gitattributes


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/9d4f083d
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/9d4f083d
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/9d4f083d

Branch: refs/heads/master
Commit: 9d4f083d0472640cccaf2ff381ada5a44720824f
Parents: 7373de8
Author: Kristian Rosenvold <krosenv...@apache.org>
Authored: Tue Jan 29 16:16:06 2013 +0100
Committer: Kristian Rosenvold <krosenv...@apache.org>
Committed: Tue Jan 29 16:16:06 2013 +0100

----------------------------------------------------------------------
 .gitattributes |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/9d4f083d/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3bb3b5e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+# Auto detect text files and perform LF normalization
+*        text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.css    text
+*.js     text
+*.sql    text

Reply via email to