Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "^" character is compare API to designate previous commits #33943

Open
ybizeul opened this issue Mar 19, 2025 · 2 comments
Open

Support "^" character is compare API to designate previous commits #33943

ybizeul opened this issue Mar 19, 2025 · 2 comments
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@ybizeul
Copy link

ybizeul commented Mar 19, 2025

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-commits

When using this syntax, Gitea returns :

{"errors":null,"message":"The target couldn't be found.","url":"https://gitea.mydomain.com/api/swagger"}

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

@ybizeul ybizeul added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Mar 19, 2025
@lunny
Copy link
Member

lunny commented Mar 19, 2025

#32786 should resolve this problem

@ybizeul
Copy link
Author

ybizeul commented Mar 20, 2025

Any hope that it’ll be merged ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

No branches or pull requests

2 participants