mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-23 11:25:00 +00:00
Get
This commit is contained in:
parent
bc88612d36
commit
ffc3ded283
1 changed files with 5 additions and 1 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue