aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/gogits/git-module/repo_commit.go
Commit message (Collapse)AuthorAge
* vendor: update github.com/gogits/git-module (#4855)Unknwon2017-11-16
|
* repo/commit: improve error detectionUnknwon2017-04-04
| | | | Response 404 not 500 for raw diff if object does not exist.
* repo/commit: able to config default commits page size (#4230)Unknwon2017-03-16
| | | | Added config option '[ui.user] COMMITS_PAGING_NUM'.
* cron: add repository archive cleanup (#4061)Unknwon2017-02-18
|
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
| | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'.
* vendor: check in vendorsUnknwon2017-02-09
Bye bye glide...