diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/gogits/git-module/repo_commit.go | 2 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vendor/github.com/gogits/git-module/repo_commit.go b/vendor/github.com/gogits/git-module/repo_commit.go index 6424c5a6..54aca6c2 100644 --- a/vendor/github.com/gogits/git-module/repo_commit.go +++ b/vendor/github.com/gogits/git-module/repo_commit.go @@ -209,7 +209,7 @@ func (repo *Repository) CommitsByRangeSize(revision string, page, size int) (*li return repo.parsePrettyFormatLogToList(stdout) } -const DEFAULT_COMMITS_PAGE_SIZE = 50 +const DEFAULT_COMMITS_PAGE_SIZE = 30 func (repo *Repository) CommitsByRange(revision string, page int) (*list.List, error) { return repo.CommitsByRangeSize(revision, page, DEFAULT_COMMITS_PAGE_SIZE) diff --git a/vendor/vendor.json b/vendor/vendor.json index 298dac14..81ec3600 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -159,10 +159,10 @@ "revisionTime": "2016-08-10T03:50:02Z" }, { - "checksumSHA1": "mR45j8svu6CZu81VqN+lfgpCVjA=", + "checksumSHA1": "JPQWxQRYFpezMThuSqcPhvbJdq4=", "path": "github.com/gogits/git-module", - "revision": "fa2ace85ecb113f89f6862d8a6e3075a7aa425b9", - "revisionTime": "2017-02-18T23:35:37Z" + "revision": "c882f3d24df5fb730d3b3c1b6cc64416dd22660c", + "revisionTime": "2017-02-18T23:44:51Z" }, { "checksumSHA1": "xvG+RgJODQqlmdAkHUQK2TyLR88=", |