-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove ident ID value #400
Conversation
Link to the issue: #399 |
PMC approved (in case you need that) |
Thanks Tom. Indeed I used EGit and had no issue with that. |
Unfortunately the SDK build failed, see eclipse-platform/eclipse.platform.releng.aggregator#1534 |
@tjwatson: Is there any reason to keep .gitattributes that cause such confusion? |
We can consider removing the |
What is the problem with blank id? It is comment anyway, and I doubt the commit hash is that important for the sources shipped with a specific bundle version. |
I'm not suggesting it is a problem, only that we have to decide. In the past you could diff the equinox source with the osgi source repo and they would show no differences because the Id would get filled in correctly on checkout. If we use a blank Id then the diff that I usually run to make sure I got the right source will show a difference. In the end it is unfortunate that we have to work around a many year old bug in jGit. This long running bug has simply got me use to never using eGit to commit anything, ever. |
No description provided.