| Summary: | pull strategy changes while typing | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Benjamin Muskalla <b.muskalla> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.sohn, pawelec_p |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Benjamin Muskalla
(In reply to comment #0) > * Create branch > * select a pull strategy > * type in a new name for the branch > > The strategy is reset to None while typing. You right, it is strange behavior. But it depands of your configuration. Eg. when set in git configuration "branch.autosetuprebase = always", then your default pull strategy always be "Rebase". You may also set it using eclipse's GUI. Pushed proposed fix to: http://egit.eclipse.org/r/#change,3293 The change now only updates the pull strategy when the source branch selection changes, not when the target branch text field changes. merged as a3f392189f80cb170cc0b537f216d5a0e3a1ac5b |