diff --git a/github/repos_commits.go b/github/repos_commits.go index 572a1b6..5c0137e 100644 --- a/github/repos_commits.go +++ b/github/repos_commits.go @@ -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.