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/api/v1
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
..
activitypub Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) 2 years ago
admin Fix unclear `IsRepositoryExist` logic (#24374) 2 years ago
misc Add API for gitignore templates (#22783) 2 years ago
notify Move `convert` package to services (#22264) 2 years ago
org Fix admin team access mode value in team_unit table (#24012) 2 years ago
packages Revert "Add Debian package registry" (#24412) 2 years ago
repo Add ability to specify '--not' from GetAllCommits (#24409) 2 years ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger Add API for gitignore templates (#22783) 2 years ago
user Add activity feeds API (#23494) 2 years ago
utils Add user webhooks (#21563) 2 years ago
api.go Add API for gitignore templates (#22783) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago