Browse Source

Add ListOptions to CommitListOptions

Diego Lapiduz 12 years ago
committed by Will Norris
parent
commit
934040be51
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      github/repos_commits.go

+ 2
- 0
github/repos_commits.go View File

@ -94,6 +94,8 @@ type CommitsListOptions struct {
// Until when should Commits be included in the response.
Until time.Time `url:"until,omitempty"`
ListOptions
}
// ListCommits lists the commits of a repository.


Loading…
Cancel
Save