mirror of
https://github.com/LAX18/gitea.git
synced 2026-06-03 22:17:49 -09:00
cad9adeff4
Fixes #21379 The commits are capped by `setting.UI.FeedMaxCommitNum` so `len(commits)` is not the correct number. So this PR adds a new `TotalCommits` field. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>