mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-27 23:08:02 +02:00
WIP
This commit is contained in:
parent
bcb70119bb
commit
a8edf269f1
@ -287,6 +287,10 @@ func getRemotesToOwnersMap(remotes []*models.Remote) map[string]string {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !strings.Contains(remote.Urls[0], ":") {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
res[remote.Name] = getRepoInfoFromURL(remote.Urls[0]).Owner
|
res[remote.Name] = getRepoInfoFromURL(remote.Urls[0]).Owner
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
Loading…
x
Reference in New Issue
Block a user