]> source.dussan.org Git - gitea.git/commit
Fix count for commit graph last page (#8843)
authorjaqra <48099350+jaqra@users.noreply.github.com>
Thu, 7 Nov 2019 18:09:51 +0000 (21:09 +0300)
committerLauris BH <lauris@nix.lv>
Thu, 7 Nov 2019 18:09:51 +0000 (20:09 +0200)
commit065bbddab91791666ef1d0e10765f58595094a1e
tree2c6aa684fc738d5d0111176ad42480bb5bc9fb1e
parent1f90147f3942065e2a7f564e8a3c97d23d41e6c0
Fix count for commit graph last page (#8843)

* Fix count for commit graph last page

* Remove used once variable

* Move func to model

* capitalize method name

* fix error message
modules/git/commit.go
modules/git/repo.go
routers/repo/commit.go