-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Support "^" character is compare API to designate previous commits #33943
Copy link
Copy link
Open
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.topic/apiConcerns mainly the APIConcerns mainly the APItype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Metadata
Metadata
Assignees
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.topic/apiConcerns mainly the APIConcerns mainly the APItype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
GitHub API lets you compare commits with a special trick to target the previous commit by using the
^character, it is described here : https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits#comparisons-across-commitsWhen using this syntax, Gitea returns :
Because of that, things like https://github.com/marketplace/actions/release-changelog-builder don't work, and their specific support for gitea repositories is broken so it's totally unusable.
Screenshots
No response