mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: prevent target branch HEAD from being changed when adding worktree (#919)
* fix: prevent target branch HEAD from being changed when adding worktree Signed-off-by: Gadfly <gadfly@gadfly.vip> * fix: worktree path validator trigger error Signed-off-by: Gadfly <gadfly@gadfly.vip> --------- Signed-off-by: Gadfly <gadfly@gadfly.vip>
This commit is contained in:
parent
38e7b69450
commit
6482ef227a
2 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace SourceGit.ViewModels
|
|||
public string Path
|
||||
{
|
||||
get => _path;
|
||||
set => SetProperty(ref _path, value);
|
||||
set => SetProperty(ref _path, value, true);
|
||||
}
|
||||
|
||||
public bool CreateNewBranch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue