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.
1 parent 6503ef7 commit ce8cc4aCopy full SHA for ce8cc4a
1 file changed
git/objects/commit.py
@@ -129,6 +129,7 @@ def __init__(self, repo, binsha, tree=None, author=None, authored_date=None, aut
129
self.message = message
130
if parents is not None:
131
self.parents = parents
132
+ self.parents_list = list(parents)
133
if encoding is not None:
134
self.encoding = encoding
135
if gpgsig is not None:
0 commit comments