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

feat(contributor-listing): list co-authors too #48

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

rebornplusplus
Copy link
Member

Add co-authors as contributors in addition to the commit author. The co-authors are described in the commit message in the following format:

Co-authored-by: name.. <email..>

Details on co-authors:
https://gitpython.readthedocs.io/en/stable/reference.html#git.objects.commit.Commit.co_authors

Add co-authors as contributors in addition to the commit author.
The co-authors are described in the commit message in the following
format:

    Co-authored-by: name.. <email..>

Details on co-authors:
https://gitpython.readthedocs.io/en/stable/reference.html#git.objects.commit.Commit.co_authors
@SecondSkoll
Copy link
Collaborator

Seems reasonable, thanks for this update.

@SecondSkoll SecondSkoll merged commit 1af48f7 into canonical:main Mar 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants