Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editremotes: select newly added remote #1002

Merged
merged 1 commit into from
Oct 26, 2019
Merged

editremotes: select newly added remote #1002

merged 1 commit into from
Oct 26, 2019

Conversation

stimut
Copy link
Contributor

@stimut stimut commented Oct 20, 2019

Previously after added a new remote, we would either reselect the
previously selected remote, or select the first remote in the list.
Since newly added remotes get added to the end of the list, the new
remote was therefore never selected.

This change makes the newly added remote selected in the list.

Closes #875
Signed-off-by: Tim Brown stimut@gmail.com

Previously after added a new remote, we would either reselect the
previously selected remote, or select the first remote in the list.
Since newly added remotes get added to the end of the list, the new
remote was therefore never selected.

This change makes the newly added remote selected in the list.

Closes #875
Signed-off-by: Tim Brown stimut@gmail.com
@davvid davvid merged commit f589d5e into git-cola:master Oct 26, 2019
davvid added a commit that referenced this pull request Oct 26, 2019
…mote

* stimut/update-selected-on-new-delete-remote:
  editremotes: select newly added remote

Signed-off-by: David Aguilar <davvid@gmail.com>
davvid added a commit that referenced this pull request Oct 26, 2019
Signed-off-by: David Aguilar <davvid@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remote: Git Cola should move the focus to the newly created remote after remote creation
2 participants