1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

split RemoteBranch out from Branch

This commit is contained in:
Jesse Duffield
2019-11-17 10:23:06 +11:00
parent b7f2d0366b
commit 1f3e1720a3
8 changed files with 46 additions and 17 deletions

View File

@ -5,7 +5,7 @@ type Remote struct {
Name string
Urls []string
Selected bool
Branches []*Branch
Branches []*RemoteBranch
}
// GetDisplayStrings returns the display string of a remote