mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
feature: add tooltip for branches (#228)
This commit is contained in:
parent
7965338d7c
commit
4ef0f1180f
21 changed files with 54 additions and 48 deletions
|
@ -71,7 +71,7 @@ namespace SourceGit.ViewModels
|
|||
if (branch.IsLocal)
|
||||
LocalBranches.Add(branch.Name);
|
||||
else
|
||||
RemoteBranches.Add($"{branch.Remote}/{branch.Name}");
|
||||
RemoteBranches.Add(branch.FriendlyName);
|
||||
}
|
||||
|
||||
if (RemoteBranches.Count > 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue