-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 co-authored commits #44
Comments
Interested too in this feature. |
Would you have examples of public repos with co-authored commits? Thanks. |
You should find some on source of our website https://github.com/geotribu/website. But it's quite huge so I would recommend you to coauthor a commit on a source file on your own. Note that you can meet a similar case: a commit authored by one person (attributed to) but committed by another one (the one who registered in the git history). It happens when a suggestion in a PR review is committed through the web UI. Example: geotribu/website@8657824 |
Git commit authors, committers, and co-authors should all be included for GitHub repos after merging the two PRs above. If someone's interested in implementing this for GitLab repos:
|
Fixed with your PR @j3soon - thanks! |
Really appreciate this plugin.
Am I right that the plugin does not currently support commits with more than one author? We usually use a squash and merge for PRs, which means that if there are multiple contributors to a PR they get listed as co-authors (we also sometimes co-author commits). But it doesn't seem like the plugin support this - it's only the person who directly authored the commit who seems to be listed.
The text was updated successfully, but these errors were encountered: