From c69900325d3b2d5eb7584512547fdc567bf6df91 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 18 Feb 2017 18:37:47 -0500 Subject: commits: able to specify pageSize dynamically (#3965) Usage: ?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'. --- vendor/github.com/gogits/git-module/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/gogits/git-module/git.go') diff --git a/vendor/github.com/gogits/git-module/git.go b/vendor/github.com/gogits/git-module/git.go index a01f4e22..eee4b1b5 100644 --- a/vendor/github.com/gogits/git-module/git.go +++ b/vendor/github.com/gogits/git-module/git.go @@ -10,7 +10,7 @@ import ( "time" ) -const _VERSION = "0.4.10" +const _VERSION = "0.4.11" func Version() string { return _VERSION -- cgit v1.2.3