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

Add commit co-authors support #1482

Merged
merged 6 commits into from
Aug 25, 2022
Merged

Add commit co-authors support #1482

merged 6 commits into from
Aug 25, 2022

Commits on Aug 22, 2022

  1. Add co_authors property to the Commit object, which parses the commit…

    … message for designated co-authors, include a simple test.
    itsluketwist committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    146cbda View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    3cb7ecf View commit details
    Browse the repository at this point in the history
  2. Update regex to extract the author string, and create the Actor using…

    … the _from_string classmethod.
    itsluketwist committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c2fd97e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    09f8a1b View commit details
    Browse the repository at this point in the history
  2. Ignore flake8 error.

    itsluketwist committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4c460a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    72cf71c View commit details
    Browse the repository at this point in the history