You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/23 14:21:53 UTC

[GitHub] lbruun opened a new pull request #290: Add .gitattributes file to repo

lbruun opened a new pull request #290: Add .gitattributes file to repo
URL: https://github.com/apache/incubator-netbeans/pull/290
 
 
   Adds a `.gitattributes` file to the repo. 
   
   The purpose of the file is to ensure that we'll never get files into the repo with wrong line endings, at least for those file types explicitly mentioned in the `.gitattributes` file. These settings will override the user's own git settings.
   
   It is deliberate that the file uses a whitelist, i.e. it only lists the file types where there's 100% certainty that they should always use Unix-style line endings. For file types _not_ explicitly mentioned in the `.gitattributes` file git's behaviour will be as today.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services