We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f0634 commit 881e315Copy full SHA for 881e315
git/objects/commit.py
@@ -81,7 +81,7 @@ def __init__(self, repo, binsha, tree=None, author=None, authored_date=None, aut
81
:param tree: Tree
82
Tree object
83
:param author: Actor
84
- is the author string ( will be implicitly converted into an Actor object )
+ is the author Actor object
85
:param authored_date: int_seconds_since_epoch
86
is the authored DateTime - use time.gmtime() to convert it into a
87
different format
0 commit comments