Patched up some issues from the upstream merge.

Removed default parameter from pull request merge message according to
CA1026.
This commit is contained in:
Josh Sullivan
2013-11-12 00:44:46 -05:00
committed by Brendan Forster
parent 6c7f75656b
commit c1e6d1e6bd
5 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Octokit
/// <summary>
/// The sha reference of the commit.
/// </summary>
public string sha { get; set; }
public string Sha { get; set; }
/// <summary>
/// True if merged successfully, otherwise false.