Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Gitattibutes against EOL

Hi,

 

We need to keep consistency in the EOL (Unix vs windows) to avoid conflict such as this one [1]

The usual way to do it is to use .gitattributes [2]

We also use a shell script in SysML 1.4 [5] to make a server side validation

(but it will probably take too much time for Papyrus core repository)

 

Note : the current EGit version doesn't support this feature and it will only be present in the next version [3]

So this change will mostly affect people working with git tooling other than EGit and force them to use LF End Of Line

Then with the next Egit version all the team will be affected.

 

The patch is on gerrit [4].

 

Does someone has an objection ?

Did I missed a file extension used in the project?

 

Regards,

Benoit MAGGI

 

1 : https://git.eclipse.org/r/#/c/65652/1/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/src/org/eclipse/papyrus/uml/nattable/provider/UMLOperationRestrictedContentProvider.java

2 : http://git-scm.com/docs/gitattributes

3 : https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372

4 : https://git.eclipse.org/r/#/c/65657/

5 : https://hudson.eclipse.org/papyrus/view/Sysml/job/papyrus-sysml-gerrit/

 

 


Back to the top