Include files array in the github commit.

Fixes #607.
This commit is contained in:
Daniel Cazzulino
2014-11-28 09:31:10 -03:00
parent 599881acbe
commit ca45ae0555
9 changed files with 85 additions and 1 deletions
+1
View File
@@ -15,5 +15,6 @@ namespace Octokit
public Author Committer { get; set; }
public string HtmlUrl { get; set; }
public IReadOnlyList<GitReference> Parents { get; set; }
public IReadOnlyList<GitHubCommitFile> Files { get; set; }
}
}