-
Notifications
You must be signed in to change notification settings - Fork 234
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
implement commit by sha endpoint for gogs #7
Comments
@bradrydzewski Any update about this? |
No updates from me. The fastest way to get this issue resolved would be to create (and test) a patch and then submit a pull request. I have a pretty big backlog of items I'm working through right now, and this is not currently a top priority for me. |
@bradrydzewski I'm guessing this is still at the bottom of your backlog? |
For gitea there had been a pr merged, but for Gogs nobody provided one. |
I am going to mark this as help wanted, and will accept a pull request for this item. |
Fetch specific commit by sha for gogs, closes #7
It looks like gogs added the commit endpoint in the latest version:
https://github.com/gogs/docs-api/blob/master/Repositories/Commits.md
This needs to be integrated here:
https://github.com/drone/go-scm/blob/master/scm/driver/gogs/git.go#L26
The text was updated successfully, but these errors were encountered: