0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 07:51:58 +01:00
gitea/modules/context
Matthew Walowski ff5629268c
Pass 'not' to commit count (#24473)
Due to #24409 , we can now specify '--not' when getting all commits from
a repo to exclude commits from a different branch.

When I wrote that PR, I forgot to also update the code that counts the
number of commits in the repo. So now, if the --not option is used, it
may return too many commits, which can indicate that another page of
data is available when it is not.

This PR passes --not to the commands that count the number of commits in
a repo
2023-05-08 07:10:53 +00:00
..
access_log.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
api_org.go
api_test.go
api.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
captcha.go
context_test.go
context.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
csrf.go
form.go Sort users and orgs on explore by recency by default (#24279) 2023-05-06 22:04:55 +08:00
org.go
package.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
pagination.go
permission.go
private.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
repo.go Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
response.go
utils.go
xsrf_test.go
xsrf.go