Added missing fields to GitHubCommit

This commit is contained in:
Dillon Buchanan
2014-12-22 22:02:02 -05:00
parent 22382c6c40
commit 9ac06526b1
13 changed files with 53 additions and 5 deletions
@@ -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