1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 21:55:50 +00:00
gitea/routers/api
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>
2023-04-29 08:34:14 -04:00
..
actions Gitea Actions add base_ref, head_ref, api_url, ref_type fields (#24356) 2023-04-28 07:35:21 +08:00
packages Revert "Add Debian package registry" (#24412) 2023-04-28 18:06:41 -04:00
v1 Add ability to specify '--not' from GetAllCommits (#24409) 2023-04-29 08:34:14 -04:00