This commit is contained in:
M-L-Ml 2025-04-21 19:17:56 +02:00
parent bc88612d36
commit ffc3ded283

View file

@ -75,7 +75,11 @@ namespace SourceGit.Models
baseUrl => $"{baseUrl}/commit/"
)
};
/// <summary>
/// translate remotes to CommitLink-s . TODO: rename
/// </summary>
/// <param name="remotes"></param>
/// <returns></returns>
public static List<CommitLink> Get(List<Remote> remotes)
{
var outs = new List<CommitLink>();