gitea/routers/web/feed
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
..
branch.go Add ability to specify '--not' from GetAllCommits ()
convert.go Use link in UI which returned a relative url but not html_url which contains an absolute url ()
file.go Pass 'not' to commit count ()
profile.go User/Org Feed render description as per web ()
release.go Add Feed for Releases and Tags ()
render.go Improve RSS ()
repo.go Add pagination for dashboard and user activity feeds ()