You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/24 03:55:22 UTC

git commit: add .gitattributes file

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 784ca5723 -> 1b7bb246c


add  .gitattributes  file


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/1b7bb246
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/1b7bb246
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/1b7bb246

Branch: refs/heads/master
Commit: 1b7bb246c263d58c69a9fcda85cf53b0983d3310
Parents: 784ca57
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 24 11:55:10 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 24 11:55:10 2014 +1000

----------------------------------------------------------------------
 .gitattributes | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/1b7bb246/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..ed5a6a7
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,11 @@
+*.jar binary
+
+# Auto detect text files and perform LF normalization
+*        text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.xml    text diff=xml
+*.css    text
+*.js     text
+*.sql    text
\ No newline at end of file