Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 347076

Summary: Disable compute change-id per default
Product: [Technology] EGit Reporter: Holger Staudacher <holger.staudacher>
Component: UIAssignee: Project Inbox <egit.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn
Version: 1.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Holger Staudacher CLA 2011-05-24 16:05:02 EDT
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.
Comment 1 Matthias Sohn CLA 2011-06-02 19:23:54 EDT
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).
Comment 2 Matthias Sohn CLA 2011-06-28 12:07:43 EDT
This was fixed by fixing bug 346806