mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 13:51:53 +08:00
feature: show tracking status in Delete Branch panel if possible (#785)
This commit is contained in:
@@ -10,6 +10,12 @@ namespace SourceGit.ViewModels
|
||||
private set;
|
||||
}
|
||||
|
||||
public string TrackStatus
|
||||
{
|
||||
get;
|
||||
private set;
|
||||
}
|
||||
|
||||
public Models.Branch TrackingRemoteBranch
|
||||
{
|
||||
get;
|
||||
@@ -32,6 +38,7 @@ namespace SourceGit.ViewModels
|
||||
{
|
||||
_repo = repo;
|
||||
Target = branch;
|
||||
TrackStatus = branch.TrackStatus.ToString();
|
||||
|
||||
if (branch.IsLocal && !string.IsNullOrEmpty(branch.Upstream))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user