Browse Source

Add HTMLURL field to RepositoryCommit.

Dmitri Shuralyov 11 years ago
parent
commit
79144d6157
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/repos_commits.go

+ 1
- 0
github/repos_commits.go View File

@ -20,6 +20,7 @@ type RepositoryCommit struct {
Committer *User `json:"committer,omitempty"`
Parents []Commit `json:"parents,omitempty"`
Message *string `json:"message,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
// Details about how many changes were made in this commit. Only filled in during GetCommit!
Stats *CommitStats `json:"stats,omitempty"`


Loading…
Cancel
Save