You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2019/12/19 12:39:02 UTC

[ofbiz-framework] branch release17.12 updated: Improved: Equivalent of svn:auto-props properties on the server (OFBIZ-OFBIZ-11279)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release17.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release17.12 by this push:
     new e707e94  Improved: Equivalent of svn:auto-props properties on the server (OFBIZ-OFBIZ-11279)
e707e94 is described below

commit e707e94839d4a1d97016a8a0ca2a29fc52a1eed2
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Thu Dec 19 13:15:10 2019 +0100

    Improved: Equivalent of svn:auto-props properties on the server
    (OFBIZ-OFBIZ-11279)
    
    We should have an equivalent of svn:auto-props properties on the server:
    https://help.github.com/articles/dealing-with-line-endings/#per-repository-settings
---
 .gitattributes | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..2865b16
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,41 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+*            text=auto
+
+# Explicitly declare text files to always be normalized and converted
+# to native line endings on checkout.
+*.java       text
+*.groovy     text
+*.jsp        text
+*.ftl        text
+*.js         text
+*.sql        text
+*.txt        text
+*.properties text
+*.xml        text
+*.xsl        text
+*.xsd        text
+*.html       text
+*.htm        text
+*.css        text
+*.gradle     text
+*.md         text
+Makefile     text
+README       text
+NOTICE       text
+LICENSE      text
+rc.ofbiz.*   text
+*.less       text
+*.adoc       text
+*.sh         text
+
+# Declare files that will always have CRLF line endings on checkout.
+*.bat        text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png        binary
+*.jpg        binary
+*.gif        binary
+*.tif        binary
+*.zip        binary
+*.jks        binary
+*.ttf        binary