This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Add ListOptions to CommitListOptions
Diego Lapiduz
12 years ago
committed by
Will Norris
parent
ff0bbc7eaa
commit
934040be51
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
Write
Preview
Loading…
Cancel
Save