eclipse-passage / passage

Define and control license checks and usage constraints for OSGi / RCP / IDE
https://www.eclipse.org/passage/
Eclipse Public License 2.0
6 stars 8 forks source link

[#1375] Revise public API #1378

Closed eparovyshnaya closed 1 month ago

eparovyshnaya commented 1 month ago

part of API, that was promoted to public access by mistake, made provisional

HannesWell commented 1 month ago

@eparovyshnaya I think you want to check your loca git core.autocrlf configuration. You are currently chaning many files to be checked in with Windows-style(CRLF) line-endings while it is usually recommended to use Unix-style (LF). On the long run Windows-style line-endings in git usually leads to obscure behavior of git on Windows.

To convert all the files back you can run the following command (pay attention to the trailing dot): git add --renormalize .

eparovyshnaya commented 1 month ago

@HannesWell thank you very much for the care. Will do as you say.