We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parents
1 parent 191f4cf commit d1ce940Copy full SHA for d1ce940
git/objects/commit.py
@@ -112,15 +112,12 @@ def __init__(
112
encoding: Union[str, None] = None,
113
gpgsig: Union[str, None] = None,
114
) -> None:
115
- R"""Instantiate a new :class:`Commit`. All keyword arguments taking ``None`` as
+ """Instantiate a new :class:`Commit`. All keyword arguments taking ``None`` as
116
default will be implicitly set on first query.
117
118
:param binsha:
119
20 byte sha1.
120
121
- :param parents: tuple(Commit, ...)
122
- A tuple of commit ids or actual :class:`Commit`\s.
123
-
124
:param tree:
125
A :class:`~git.objects.tree.Tree` object.
126
0 commit comments