mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
Added missing fields to GitHubCommit
This commit is contained in:
@@ -57,6 +57,11 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public string Sha { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The patch associated with the commit
|
||||
/// </summary>
|
||||
public string Patch { get; set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user