Home
last modified time | relevance | path

Searched refs:NumCommitsBehind (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitea/gitea-1.16.5/templates/repo/release/
H A Dlist.tmpl102 …hEscapeSegments}}{{end}}">{{$.i18n.Tr "repo.release.ahead.commits" .NumCommitsBehind | Str2html}}<…
138 …t | PathEscapeSegments}}">{{$.i18n.Tr "repo.release.ahead.commits" .NumCommitsBehind | Str2html}}<…
/dports/www/gitea/gitea-1.16.5/routers/web/repo/
H A Drelease.go39 release.NumCommitsBehind = repoCtx.CommitsCount - release.NumCommits
59 release.NumCommitsBehind = countCache[release.Target] - release.NumCommits
/dports/www/gitea/gitea-1.16.5/models/
H A Drelease.go41 NumCommitsBehind int64 `xorm:"-"` member