You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: