We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is sometimes required to identify any branches of which a given commit ID is a member of.
GitHub API provides such a method as documented here: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-branches-for-head-commit
Propose adding a new member function branchesWhereHead() to the Commit object to expose this
branchesWhereHead()
Commit
The text was updated successfully, but these errors were encountered:
Note - I intend to develop this and will submit a PR in due course
Sorry, something went wrong.
No branches or pull requests
It is sometimes required to identify any branches of which a given commit ID is a member of.
GitHub API provides such a method as documented here: https://docs.github.com/en/rest/commits/commits?apiVersion=2022-11-28#list-branches-for-head-commit
Propose adding a new member function
branchesWhereHead()
to theCommit
object to expose thisThe text was updated successfully, but these errors were encountered: