| Summary: | Change-ID placeholder in commit message is not replaced for merge commits | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Edwin Kempin <edwin.kempin> |
| Component: | Core | Assignee: | Stefan Lay <stefan.lay> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | christian.halstrick, jens.baumgart, mathias.kinzler, stefan.lay |
| Version: | 0.11 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Edwin Kempin
EGit uses JGit Commit command for committing merge commits ("normal" commit are currently done using deprecated GitIndex).
JGit commit command needs to provide a mechanism for replacing the initial change ids.
(In reply to comment #1) > EGit uses JGit Commit command for committing merge commits ("normal" commit are > currently done using deprecated GitIndex). > JGit commit command needs to provide a mechanism for replacing the initial > change ids. Is this fixed then with the new CommitOperation? Fix proposed: http://egit.eclipse.org/r/2883 This works now with 8a0901053fc43abfef366b0a9399cdbb797a8b7b |