Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcommit requires author to be Actor, not string #806
Closed
Labels
Milestone
Comments
Thanks for the note, quick PR would be welcome. |
CptMikhailov
added a commit
to CptMikhailov/GitPython
that referenced
this issue
Feb 13, 2019
Fixes issue gitpython-developers#806: Commit requires author parameter to be of Actor type, not string.
CptMikhailov
added a commit
to CptMikhailov/GitPython
that referenced
this issue
Feb 13, 2019
Fixed issue gitpython-developers#806
Byron
added a commit
that referenced
this issue
Mar 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation is wrong about the author parameter: it has to be an Actor, not a string.