mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
WIP
This commit is contained in:
parent
bcb70119bb
commit
a8edf269f1
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue