Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 347076 - Disable compute change-id per default
Summary: Disable compute change-id per default
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 16:05 EDT by Holger Staudacher CLA
Modified: 2011-06-28 12:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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