You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/feed
Matthew Walowski f766b00293
Add ability to specify '--not' from GetAllCommits (#24409)
For my specific use case, I'd like to get all commits that are on one
branch but NOT on the other branch.

For instance, I'd like to get all the commits on `Branch1` that are not
also on `master` (I.e. all commits that were made after `Branch1` was
created).

This PR adds a `not` query param that gets passed down to the `git log`
command to allow the user to exclude items from `GetAllCommits`.

See [git
documentation](https://git-scm.com/docs/git-log#Documentation/git-log.txt---not)

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2 years ago
..
branch.go Add ability to specify '--not' from GetAllCommits (#24409) 2 years ago
convert.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 2 years ago
file.go Improve RSS (#24335) 2 years ago
profile.go User/Org Feed render description as per web (#23887) 2 years ago
release.go Add Feed for Releases and Tags (#21696) 2 years ago
render.go Improve RSS (#24335) 2 years ago
repo.go Add pagination for dashboard and user activity feeds (#22937) 2 years ago