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 <[email protected]> Authored: Thu Apr 24 11:55:10 2014 +1000 Committer: Olivier Lamy <[email protected]> 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
