mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
Because A D and C is meaningful....
This commit is contained in:
@@ -21,5 +21,20 @@ namespace Octokit
|
||||
{
|
||||
get { return W.FromUnixTime(); }
|
||||
}
|
||||
|
||||
public int Additions
|
||||
{
|
||||
get { return A; }
|
||||
}
|
||||
|
||||
public int Deletions
|
||||
{
|
||||
get { return D; }
|
||||
}
|
||||
|
||||
public int Commits
|
||||
{
|
||||
get { return C; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user