Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[papyrus-rt-dev] Fixing EOLs in the git repository

Hello Papyrus-RT team,

I am starting to work on contributions to the Papyrus-RT project and, as I am developing on Mac platform and prefer to do rebases and other complex git operations on the command-line, I am stymied by EOL errors [1[] that force files into the modified state in my checkout.  This happens because the papyrus-rt repository’s .gitattributes file overrides my global autocrlf configuration.

To address this, I have published a Gerrit patch [2] for your consideration that cleans up the current EOL errors.  I’d appreciate it if somebody from the team could have a look at this patch.  Also, do all of the committers on the team generally use command-line git?  Or do you use EGit mostly?  I ask because of the possibility that EOL errors may continually be introduced because EGit doesn’t recognize the .gitattributes.

Thanks!

Christian


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=489378
[2] https://git.eclipse.org/r/68172

Back to the top