Community
Participate
Working Groups
Currently if you use egit the first time the compute change-id checkbox is activated in the commit dialog. I think for the majority of the users this feature is not important. So, I suggest to deactivate this checkbox by default.
Can't reproduce this with EGit 1.0.0.201106011211-rc3 on a freshly installed 3.6 SR2 SDK. This was probably caused by bug 346806 which erraneously configured Gerrit push URL and auto-change-id generation on commit even if you didn't check the clone option "Configure Push to Gerrit Code Review". This configuration is stored in .git/config, if this analysis is correct you will find the following configuration parameter in your repository configuration: [gerrit] createchangeid = true Bug 346806 was fixed, please retry with a current egit version (also remove the above mentioned configuration parameter otherwise change-id option will still be auto-selected on commit).
This was fixed by fixing bug 346806