1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-30 23:57:43 +02:00
This commit is contained in:
Jesse Duffield
2024-06-29 18:08:17 +10:00
committed by Stefan Haller
parent 55d2ac6fe7
commit 3005d806b0

View File

@@ -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