gitea/routers
Matthew Walowski ff5629268c
Pass 'not' to commit count ()
Due to  , 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
..
api Pass 'not' to commit count () 2023-05-08 07:10:53 +00:00
common Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
install Improve template system and panic recovery () 2023-05-04 14:36:34 +08:00
private Refactor web route () 2023-04-20 14:49:06 -04:00
utils Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
web Pass 'not' to commit count () 2023-05-08 07:10:53 +00:00
init.go Use globally shared HTMLRender () 2023-04-30 08:22:23 -04:00