From 934040be51de161382e1e3a165bafe7610d49cdf Mon Sep 17 00:00:00 2001 From: Diego Lapiduz Date: Wed, 28 May 2014 08:54:36 -0700 Subject: [PATCH] Add ListOptions to CommitListOptions --- github/repos_commits.go | 2 ++ 1 file changed, 2 insertions(+) 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.