| Summary: | Disable compute change-id per default | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Holger Staudacher <holger.staudacher> |
| Component: | UI | Assignee: | 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
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 |