mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	WIP
This commit is contained in:
		
				
					committed by
					
						 Stefan Haller
						Stefan Haller
					
				
			
			
				
	
			
			
			
						parent
						
							55d2ac6fe7
						
					
				
				
					commit
					3005d806b0
				
			| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user