mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 16:16:28 -04:00
WIP
This commit is contained in:
parent
a2b2fa7a5e
commit
2ae87d3d0f
|
|
@ -287,6 +287,10 @@ func getRemotesToOwnersMap(remotes []*models.Remote) map[string]string {
|
|||
continue
|
||||
}
|
||||
|
||||
if !strings.Contains(remote.Urls[0], ":") {
|
||||
continue
|
||||
}
|
||||
|
||||
res[remote.Name] = getRepoInfoFromURL(remote.Urls[0]).Owner
|
||||
}
|
||||
return res
|
||||
|
|
|
|||
Loading…
Reference in a new issue