mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
fix<Remote>: do NOT check remote name if only edit it's URL
This commit is contained in:
parent
f476d758ca
commit
8050d5a2ab
2 changed files with 7 additions and 3 deletions
|
@ -30,6 +30,7 @@ namespace SourceGit.UI {
|
|||
|
||||
InitializeComponent();
|
||||
nameValidator.Repo = repo;
|
||||
nameValidator.Old = remote;
|
||||
|
||||
if (remote != null) {
|
||||
title.Content = "Edit Remote";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue