Skip to content

Commit object should have co-author information #1480

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

Closed
itsluketwist opened this issue Aug 19, 2022 · 2 comments
Closed

Commit object should have co-author information #1480

itsluketwist opened this issue Aug 19, 2022 · 2 comments

Comments

@itsluketwist
Copy link
Contributor

It's possible for a commit to have multiple authors, currently the Commit object only gives access to the 'main' author. I'd like to add a method on the Commit object that returns the list of co-authors, by parsing the commit message to find them.

Co-author details: https://github.blog/2018-01-29-commit-together-with-co-authors/

@Byron
Copy link
Member

Byron commented Aug 20, 2022

Thanks for letting me know about this, it does seem desirable to support returning these as well and a PR is definitely welcome.

@itsluketwist
Copy link
Contributor Author

Issue resolved in PR1482, closing! 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants