mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
bf6ac4d20d
* add support for Bitbucket
8 lines
177 B
C#
8 lines
177 B
C#
namespace SourceGit.Models
|
|
{
|
|
public class CommitLink
|
|
{
|
|
public string Name { get; set; } = null;
|
|
public string URLPrefix { get; set; } = null;
|
|
}
|
|
}
|