Remove the Size field

Per @technoweenie's recommendation, this value is innaccurate and
useless. It doesn't factor in git alternates etc.

Calculating a better value is expensive.
This commit is contained in:
Haacked
2013-09-24 14:10:09 -07:00
parent d285b9fbc7
commit caad25abd0

View File

@@ -437,7 +437,6 @@ namespace Octokit
public bool Fork { get; set; }
public int ForksCount { get; set; }
public int WatchersCount { get; set; }
public long Size { get; set; }
public string MasterBranch { get; set; }
public int OpenIssuesCount { get; set; }
public DateTimeOffset PushedAt { get; set; }