0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-27 20:44:38 +01:00
gitea/routers/api/v1
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
..
activitypub
admin Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
misc Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
notify
org Fix admin team access mode value in team_unit table (#24012) 2023-04-13 21:06:10 +02:00
packages Add RPM registry (#23380) 2023-05-05 20:33:37 +00:00
repo Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
settings
swagger Add API for gitignore templates (#22783) 2023-04-27 11:51:20 +08:00
user
utils
api.go Add API for gitignore templates (#22783) 2023-04-27 11:51:20 +08:00
auth.go
auth_windows.go